- Full-Stack React Projects
- Shama Hoque
- 67字
- 2021-06-25 21:45:02
Focus of this chapter – the backend
In this chapter, we will focus on building a working backend for the skeleton application with Node, Express, and MongoDB. The completed backend will be a standalone server-side application that can handle HTTP requests to create a user, list all users, and view, update, or delete a user in the database while taking user authentication and authorization into consideration.