A MERN social media app for developers
- Create a file called keys_dev.js in config directory
- Add this to that file
- module.exports = { "mongoDBURI" : "YOUR_MONGO_DB_URL", "secretOrKey" : "YOUR_SECRET" };
- Go into directory
- Execute npm install
- Execute npm run dev
- Go to localhost:3000 in browser
- Enjoy the App