
Meeting for Good
A meeting coordination app for your team.
Get Meeting for Good running locally
Prerequisites
Quick Start Steps:
- Fork the repo to your own account
- Clone it to your computer:
git clone https://github.com/[your_account_name]/meeting-for-good.git && cd meeting-for-good
- Run
npm install
- Create a
.env file in the root directory of the app with the following contents:
MONGO_URI=mongodb://localhost:27017/meeting-for-good
MONGO_URI_TEST=mongodb://localhost:27017/test
GOOGLE_KEY=[YOUR_GOOGLE_KEY]
GOOGLE_SECRET=[YOUR_GOOGLE_SECRET]
FACEBOOK_KEY=[YOUR_FACEBOOK_KEY]
FACEBOOK_SECRET=[YOUR_FACEBOOK_SECRET]
APP_URL= http://localhost:8080/
NODE_ENV = 'development'