CRUD Operations and Authentication using Nodejs and MongoDB
- Clone the repository.
- Run "npm install" (in the root directory) to install all the dependencies specified in package.json file.
- Run "npm run dev" or "nodemon src/index.js" (in the root directory) to run the project.