A simple Node booking form for testing RESTful web services.
- Docker 17.09.0
- Docker Compose 1.16.1
- 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 details can be found on the publically deployed version of Restful-Booker.