SplitMATE API
Split and manage anything you want with your mates
Split and manage anything you want with your mates
- NodeJS
- MongoDB
- Postman (for testing using samples located at requests/)
- npm install
- Add .env-cmdrc file into the project directory.
{
"dev": {
"PORT": "3000",
"MONGODB_URI": "mongodb://127.0.0.1:27017/splitmate-api",
"JWT_SECRET": "[SECRET_HERE]",
"SENDGRID_API_KEY": "[SENDGRID_API_KEY]",
"SENDGRID_MAIL_FROM": "[email protected]",
"SENDGRID_INVITE_TEMPLATE": "[SENDGRID_INVITE_TEMPLATE_ID]",
"SENDGRID_REMINDER_TEMPLATE": "[SENDGRID_REMINDER_TEMPLATE_ID]",
"SWITCHER_API_KEY": "[SWITCHER_API_KEY]",
"SWITCHER_API_URL": "https://switcher-load-balance.herokuapp.com",
"SWITCHER_API_OFFLINE": "true"
},
"prod": {
},
"test": {
}
}
- Open an issue describing your contribution
- Fork, build, test, and submit your PR