Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 918 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 918 Bytes

server-http

Build Status

HTTP API microservice of the Patch porting project. It also includes the database model definition and it's the unique with access to the DB. The rest of the services shoul

Install

  • Install the last Node.js stable version.
  • Get a copy of the code and install the dependencies.
git clone [email protected]:PatchPorting/server-http.git
cd server-http
npm i

Use

npm start

Developer guide

Please check this link before a contribution.

Deploy

bx app push -b https://github.com/heroku/heroku-buildpack-nodejs patchport-http bx app push -b https://github.com/heroku/heroku-buildpack-nodejs patchport-http-develop