🔥 Expressjs Framework
Resources for Expressjs: Link
Youtube Crash Course: Playlist
Topics -
S.No. | Topics | Links |
---|---|---|
1 | Expressjs Overview | Repo | Web |
2 | Request Response | Repo | Web |
3 | Routing and URL Building | Repo | Web |
4 | HTTP Methods (GET, POST, PUT, DELETE) | Repo | Web |
5 | Middlewares with Body-Parser | Repo | Web |
6 | Templating (EJS) | Repo | Web |
7 | RESTful APIs | Repo | Web |
X | Self-Evaluating Assignment | Repo | Web |
Important Reads -
S.No | Topics | Links |
---|---|---|
1 | Status Codes (Server-side) | Link |
2 | Express.js Scaffolding | Link |
3 | Best Practices for Building APIs | Link and Link |