Here is a list of resources I used while learning Express as well as while preparing this tutorial.
- The most important link is of course to the express API docs: http://expressjs.com/en/4x/api.html
- The guides provided on the express website are also quite helpful:
- A list of useful books and blogs on express is available at http://expressjs.com/en/resources/books-blogs.html
- A list of most used middlewares with express is available at http://expressjs.com/en/resources/middleware.html
- I also found these blogs about express tips and tricks helpful:
- Application structure: https://www.terlici.com/2014/08/25/best-practices-express-structure.html
- RESTful APIs:
- https://www.thepolyglotdeveloper.com/2015/10/create-a-simple-restful-api-with-node-js/
- https://scotch.io/tutorials/build-a-restful-api-using-node-and-express-4
- https://devcenter.heroku.com/articles/mean-apps-restful-api
- https://pixelhandler.com/posts/develop-a-restful-api-using-nodejs-with-express-and-mongoose
- http://cwbuecheler.com/web/tutorials/2014/restful-web-app-node-express-mongodb/
- For advanced authentication,use PassportJS: https://passportjs.org
No comments:
Post a Comment