The API is able to handle: POST, GET, PUT, DELETE
NodeJS, Express and MongoDB
Star and Fork the Repo 🌟 and this will keep us motivated.
- Clone the repository
git clone https://github.com/ahtesham007/node-crud.git- Change the working directory
cd node-crud- Install dependencies
npm install- Run the app
npm startAdd .env file with MongoDB URL & port
Analyzed the data how this can be formed in more improved way
- Request body validation
- JWT token for security
- Redis to improve request execution time
- Logger
- Test scripts