Make sure to add your own MONGOURI from your mLab database in config/keys.js.
module.exports = {
mongoURI: "YOUR_MONGO_URI_HERE",
secretOrKey: "secret"
};// Install dependencies for server & client
## take clone and cd impero task
## npm install
## cd client -> npm install
npm install && npm run client-install
// Run client & server with concurrently
npm run dev
// Server runs on http://localhost:5000 and client on http://localhost:3000For deploying to Heroku, please refer to this helpful video by TraversyMedia.