I started making this application as a tutorial from TraversyMedia but then I added few features of my own and will also be updating it with new features in the future. Feel free to ask any question
Rename the .envexample to .env and add your MONGO_URI
# Backend deps
npm install
# Frontend deps
cd frontend
npm install
npm run server