Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 317 Bytes

README.md

File metadata and controls

1 lines (1 loc) · 317 Bytes

To use this app: clone this repo, in the root of bonus folder create a .env file with these variables PORT=9000 DATABASE=YOUR_MONGO_URL JWT_SECRET=fidbfbFCDSm1558 NODE_ENV=development if in development mode and NODE_ENV=production if you're deploying your App; after that, run "npm install" in the bonus root folder.