Node.js + MongoDB API with JWT authentication
-
Set up local mongodb
brew tap mongodb/tap brew services start mongodb-community@4.4 brew services start mongodb-community@4.4
-
Instal dependencies
npm install
-
Set up .env
cp .env.example .env
-
Start server
npm start