No description
- JavaScript 49.8%
- TypeScript 49.6%
- Dockerfile 0.3%
- HTML 0.3%
* Merge development into main (#20) * Fixed recording on RecordMp3 element to work (#17) * Completed reponsive window sizes on desktop, tablet, and mobile (#18) * Changed the location of sequelizerc file (#19) * Merge development (#29) * Fixed recording on RecordMp3 element to work (#17) * Completed reponsive window sizes on desktop, tablet, and mobile (#18) * Changed the location of sequelizerc file (#19) * Fixed build release (#23) * Fixed build-release (#24) * Removed test data from code (#26) * Fixed merge conflict (#34) |
||
|---|---|---|
| .github | ||
| .vscode | ||
| client | ||
| server | ||
| .gitignore | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
Defining .env file
React client environment variables
- REACT_APP_API_ROOT: Domain root for react app api
- REACT_APP_DOMAIN_ROOT: Domain root for react app
- BUILD_PATH: Path for client build folder
Courier client
- COURIER_AUTH_TOKEN: Authorization token for courier client
Node environment variables
- NODE_ENV: Node environment
- PORT: Default node port
Production database information
- DB_USERNAME: Production database username
- DB_PASSWORD: Production database password
- DB_HOST: Production database host ip
- DB_NAME: Production database name