This is a simple web application for learning purpose about node.js, express.js & mongodb from my favorite youtube channel is The Net Ninja
Install the project by following this command:
npm installSetup your .env by following this command:
touch .envAdd your mongodb connection url:
MONGO_CONNECT="URL_HERE"You can get the url after register and create connection on MongoDB Cloud: https://cloud.mongodb.com/
Run the application by following this command:
npm run devAccess the url on the browser:
localhost:3001