Skip to content

YichiZ/coachbox-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

Simple Nodejs Rest Api using Mongoose, JWT, Bcrypt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published