This api is the backend for coachbox app.
- Install Node
- (Optional) Install nodemon
- (Optional) Copy certificates folder into the root
- 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>