https://github.com/tremainebuchanan/stock-mgmt-app
Customer Relationship Management tool
https://github.com/tremainebuchanan/stock-mgmt-app
Last synced: 7 months ago
JSON representation
Customer Relationship Management tool
- Host: GitHub
- URL: https://github.com/tremainebuchanan/stock-mgmt-app
- Owner: tremainebuchanan
- Created: 2019-08-03T17:42:35.000Z (about 6 years ago)
- Default Branch: production
- Last Pushed: 2020-07-18T03:19:06.000Z (about 5 years ago)
- Last Synced: 2025-01-20T23:49:46.653Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 915 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## CRM Web Application
### Environmental Variables
The following environmental variables are required for the application to run.
At the top level of the project folder a `.env` file must be present.1. MONGODB_URI=mongo_database_url
2. MARKUP=product_markup
3. SENDGRID_API=sendgrid_api_key
4. SESSION_SECRET=session_secret
5. SESSION_MAXAGE=session_max_age
6. EMAIL_KEY=heroku_app_email_key
7. EMAIL_URL=heroku_app_url