Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 219 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 219 Bytes

Node.JS API - Quickstart Project

Configuration

Environment Variables:

  • PORT - Port to expose API
npm install

Docker

docker build -t starter-api .

docker run -p 3000:3000 -it starter-api