No description
This repository has been archived on 2025-11-04. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • JavaScript 49.8%
  • TypeScript 49.6%
  • Dockerfile 0.3%
  • HTML 0.3%
Find a file
C4 Patino d1c825d79b
Bring development back to main (#37)
* 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)
2022-04-02 17:10:28 -05:00
.github Fixed build-release (#24) 2022-04-02 16:26:57 -05:00
.vscode Completed Form routes 2022-03-08 23:01:19 -06:00
client Fixed merge conflict (#34) 2022-04-02 17:07:20 -05:00
server Changed the location of sequelizerc file (#19) 2022-04-02 15:50:05 -05:00
.gitignore Merge development (#13) 2022-03-30 14:59:11 -05:00
LICENSE Reinitialized files without TODO list 2022-03-06 20:41:11 -06:00
package-lock.json Added test suites (#9) 2022-03-30 09:46:43 -05:00
package.json Changed the location of sequelizerc file (#19) 2022-04-02 15:50:05 -05:00
README.md Fixed recording on RecordMp3 element to work (#17) 2022-03-31 07:53:37 -05:00

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