Skip to content

terance-edmonds/nomad-notes-api

Repository files navigation

Nomad Notes - 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

NodeJS API build for Nomad travel website

Resources

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •