- This is an Sample Repository, the Code is Available as Open Source.
- It will run the Application at port 3000
cd sample-app
npm install
npm start
To run this project, you will need to add the following environment variables to your .env file
DB_URL="mongodb://localhost:27017/crud"
NODE_ENV="DEV"