InspectorRestaurant Express.Js API Server
This repository maintains all the source code for the server-side application running at Inspector.Restaurant.
- Node.js 8.x.x
- npm 3.x
- Install dependencies
npm install
- Run the
docker-compose.yml
file in ir_data
npm start
A Postman collection and environments (dev
and production
) are included in this repository to support API development - they are located in the .postman
directory. Read the Postman documentation about importing collections and environments.
Documentation is auto-generated from APIDoc.JS. Build the documentation with the npm run apidoc
command. The hosted documentaton is available here.