Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 356 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 356 Bytes

👋 Welcome to the api project 👋

A simple API powered by expressjs

Preresquites

  • mongodb
  • nodejs
  • npm
docker run -p 0.0.0.0:27017:27017 --name mongo-dev -d mongo:latest

Run production

npm i
node run start

Run Development

npm i -D
npm run dev

Author

👤 Jason Hempstead