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
2023-01-11 18:41:41 -06:00
.github Updated eslint build scripts 2023-01-09 22:08:04 -06:00
client Updated all API requests 2023-01-11 18:41:41 -06:00
server Added logger and switched error scripts 2022-12-26 22:53:03 -06:00
.dockerignore Added docker capabilities 2022-12-13 22:49:06 -06:00
.eslintignore Added eslint and added github action check 2022-12-26 16:45:53 -06:00
.eslintrc.yml Added logger and switched error scripts 2022-12-26 22:53:03 -06:00
.gitignore Fixed test build scripts 2023-01-08 22:12:36 -06:00
.npmrc Added storybook and reworked some components 2023-01-04 22:14:11 -06:00
docker-compose.yml Added docker capabilities 2022-12-13 22:49:06 -06:00
LICENSE Created LICENSE 2022-03-03 22:17:43 -06:00
package-lock.json Updated all API requests 2023-01-11 18:41:41 -06:00
package.json Added storybook and reworked some components 2023-01-04 22:14:11 -06: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