komapc / Tabsur

3 stars 0 forks source link

BeMyGuest

Food sharing / social dining app

This project uses the following technologies:

Make sure to add your own MONGOURI from your mLab database in config/keys.js.

module.exports = {
  mongoURI: "YOUR_MONGO_URI_HERE",
  secretOrKey: "secret"
};

Quick Start


// Install dependencies for server & client
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:3000
for production, 
```heroku config:set  NODE_ENV=production```
```heroku config:set  PORT=80```