First Time Setup: you need to have mongodb installed and running on your system at the default port. ( or change it in the .env file )
cd mindsling-backend/
npm install
mv dev.env .env
npm run dev-start
check students.http for some http requests examples