restful-booker
August 19, 2018 ยท View on GitHub
A simple Node booking form for testing RESTful web services.
Requirements
- Docker 17.09.0
- Docker Compose 1.16.1
Installation
- Ensure mongo is up and running by executing
mongodin your terminal - Clone the repo
- Navigate into the restful-booker root folder
- Run
npm install - Run
npm start
Or you can run this via Docker:
- Clone the repo
- Navigate into the restful-booker root folder
- Run
docker-compose build - Run
docker-compose up - APIs are exposed on http://localhost:3001
API
API details can be found on the publically deployed version of Restful-Booker.