A minimal version of curious cat.
- Create an env file in the root of the project folder
- Add the following keys :
MONGODB_URI=link to your production databasePORT=5000LOCAL_MONGO_URI=mongodb://127.0.0.1:27017/KeriousMODE=developmentSESSION_SECRET=pantalongSESSION_SECRET_ADMIN=junkatownANON_ID=5b1b1119859b4a20986b3992
- Make sure you have a local mongodb instance running
- Run
nodemon index.jsornode index.js