andresjz / restful-booker

Web Service for the workshop

Home Page:https://www.mwtestconsultancy.co.uk/training/apitesting/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

restful-booker

A simple Node booking form for testing RESTful web services.

Requirements

  • Docker 17.09.0
  • Docker Compose 1.16.1

Installation

  1. Ensure mongo is up and running by executing mongod in your terminal
  2. Clone the repo
  3. Navigate into the restful-booker root folder
  4. Run npm install
  5. Run npm start

Or you can run this via Docker:

  1. Clone the repo
  2. Navigate into the restful-booker root folder
  3. Run docker-compose build
  4. Run docker-compose up
  5. APIs are exposed on http://localhost:3001

API

API details can be found on the publically deployed version of Restful-Booker.

About

Web Service for the workshop

https://www.mwtestconsultancy.co.uk/training/apitesting/

License:GNU General Public License v3.0


Languages

Language:JavaScript 78.8%Language:HTML 16.5%Language:CSS 4.7%Language:Dockerfile 0.1%