Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 415 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 415 Bytes

Node Api Starter

Backend api starter build with nodejs

Developing

A nodejs >= 8.0.0

# install dependencies
npm install

# serve with hot reload at localhost:3000
npm run start

# build for production
npm start build

# run tests
npm start test

Connecting Database

Includes

  • Queue (Redis)

Credits

Built with Nodejs.