savkk / restful-booker-platform

A SaaS platform used for various test automation training

Home Page:http://www.automationintesting.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

restful-booker-platform CircleCI

A platform of web services that form a Hotel booking system for training others on how to explore and test web service platforms as well as strategise and implement automation in testing strategies.

Requirements

RBP is currently known to work with the following requirements:

  • JDK 1.8
  • Maven 3.3.9
  • Node 10.15.0
  • NPM 6.4.1

Building locally

You will require Java SDK 1.8, Maven and Node/Npm installed and available in your terminal to run RBP. To get started follow these instructions:

  1. Clone/Download the repository
  2. Navigate into the restful-booker-platform root folder
  3. Run either build_locally.sh or build_locally.cmd depending on your OS to build RBP and get it running (It may take a while on the first run as it downloads dependencies)
  4. Navigate to http://localhost:8080 to access the site

Running locally

Assuming you have successfully built the application at least once, you can now run the app without having to rebuild the whole application.

Mac / Linux

  1. To run without end-to-end checks run: run_locally.sh
  2. To run with end-to-end checks run: run_locally.sh -e true

Windows

  1. To run without end-to-end checks run: run_locally.cmd
  2. To run with end-to-end checks run: run_locally.cmd true

Login

The user login details are:

  • Username: admin
  • Password: password

Database access

RBP uses h2 in-memory databases for ease of deployment. However, the databases have been setup with TCP access, meaning you can use a SQL client that supports h2 SQL to connect.

You can either connect to the:

  • Booking database on port 9090
  • Room database on port 9091
  • Branding database on port 9092
  • Message database on port 9093

Please note: DB connections are only available in local deployments

Development

The details on running checks, building APIs and additional details on documentation for development are found in READMEs inside each of the API folders.

About

A SaaS platform used for various test automation training

http://www.automationintesting.com

License:GNU General Public License v3.0


Languages

Language:Java 58.7%Language:JavaScript 37.7%Language:Batchfile 1.2%Language:Shell 1.0%Language:CSS 0.7%Language:Dockerfile 0.4%Language:HTML 0.3%