Basic rest API using Express, Mongoose, Node.js
- Submit a new post
- Update a post
- Delete a post
- Read a specific post
- Read all the posts
- install all the dependecies: Run
yarn
- Run
nodemon app.js
- Send a curl request or use Postman to send requests
- Postman collection for the same : https://www.getpostman.com/collections/0d7871ec1a1c9c073c36