Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 450 Bytes

README.md

File metadata and controls

16 lines (15 loc) · 450 Bytes

coachbox-api

This api is the backend for coachbox app.

Environment

  1. Install Node
  2. (Optional) Install nodemon
  3. (Optional) Copy certificates folder into the root
  4. Create a .env file in the root and fill in the secret keys (copy the .env file):
PORT='443'
PORTHTTP='3000'
MONGO_URI=<SECRET>
SECRET=<SECRET>
PRIVATE_KEY_PATH=<SECRET>
PRIVATE_CERTIFICATE_PATH=<SECRET>