Skip to content

CodingBlinders/CodingBlinder_RH5_Backend

Repository files navigation

Be Well - API

clone the repo and run the below commands in your terminal to start the API

npm install or yarn install
npm run dev or yarn dev

Environment Variables

#express
PORT=4000

# client urls
APP_URL=http://localhost:3000
API_URL=http://localhost:4000

# mongodb
DB_CONNECTION=<mongodb connection string>

# other
NODE_ENV=test
ENCRYPT_KEY=<32 character string>
HASH=<128 character string>
HASH_REFRESH=<128 character string>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •