This is training app: react + express + mongoDB + auth0
Rename the .envexample to .env and add your MONGO_URI and AUTH0 credentials.
# Backend deps
cd backend
npm install
# Frontend deps
cd frontend
npm install
npm run server
npm run dev
This is training app: react + express + mongoDB + auth0
Rename the .envexample to .env and add your MONGO_URI and AUTH0 credentials.
# Backend deps
cd backend
npm install
# Frontend deps
cd frontend
npm install
npm run server
npm run dev