In this project, you're going to create a backend API for a blog. This API will have two separate front-ends - one for readers to access and comment on posts, and another for the author to write, edit, and publish posts. This setup demonstrates the separation of frontend and backend, an important practice in modern web development.
| Tools |
|---|
- run npm init to install dependencies
- add .env file
- execute node index or nodemon index command to run the server
Postman collection:
PORT =
DATABASE = (your_mongodb_credential)
SECRET_KEY = (fill_anything)