All Projects → mwinteringham → restful-booker-platform

mwinteringham / restful-booker-platform

Licence: GPL-3.0 license
A SaaS platform used for various test automation training

Programming Languages

java
68154 projects - #9 most used programming language
javascript
184084 projects - #8 most used programming language
Batchfile
5799 projects
shell
77523 projects
SCSS
7915 projects
Dockerfile
14818 projects
HTML
75241 projects

Projects that are alternatives of or similar to restful-booker-platform

nntrainer
NNtrainer is Software Framework for Training Neural Network Models on Devices.
Stars: ✭ 92 (+27.78%)
Mutual labels:  training
neutronics-workshop
A workshop covering a range of fusion relevant analysis and simulations with OpenMC, DAGMC, Paramak and other open source fusion neutronics tools
Stars: ✭ 29 (-59.72%)
Mutual labels:  training
workshopctl
A tool to run workshops with
Stars: ✭ 38 (-47.22%)
Mutual labels:  training
carte-uso
Cartea "Utilizarea sistemelor de operare"
Stars: ✭ 18 (-75%)
Mutual labels:  training
kaldi ag training
Docker image and scripts for training finetuned or completely personal Kaldi speech models. Particularly for use with kaldi-active-grammar.
Stars: ✭ 14 (-80.56%)
Mutual labels:  training
angular
Repository for my tutorial course: Learning AngularJS on LinkedIn Learning and Lynda.com. http://raybo.org/angular
Stars: ✭ 79 (+9.72%)
Mutual labels:  training
kedro-training
Find documentation and a template project for delivering Kedro training.
Stars: ✭ 26 (-63.89%)
Mutual labels:  training
AndroidAnimations
This is the project where we will analyze study and put into practice how to work with animations in Android
Stars: ✭ 22 (-69.44%)
Mutual labels:  training
gitworkshop
Git Workshop covering git essentials & advanced topics
Stars: ✭ 15 (-79.17%)
Mutual labels:  training
KataContactsKotlin
KataContacts written in Kotlin. The main goal is to practice Clean Architecture Development
Stars: ✭ 47 (-34.72%)
Mutual labels:  training
admin-training
Galaxy Admin Training
Stars: ✭ 55 (-23.61%)
Mutual labels:  training
gruntworkflows
Repository for my tutorial course: Grunt.js Web Workflows on LinkedIn Learning and Lynda.com.
Stars: ✭ 28 (-61.11%)
Mutual labels:  training
r intro bc stats
An Introduction to R and RStudio with the tidyverse delivered at BC Stats
Stars: ✭ 31 (-56.94%)
Mutual labels:  training
npmtooling
This is the repository for my course, Tooling with NPM Scripts on LinkedIn Learning and Lynda.com.
Stars: ✭ 13 (-81.94%)
Mutual labels:  training
go-learning
My Golang training material for testing smaller Go concepts and ideas.
Stars: ✭ 27 (-62.5%)
Mutual labels:  training
formations
Supports de cours des formations OpenStack et conteneurs de la société alter way
Stars: ✭ 43 (-40.28%)
Mutual labels:  training
ansible-traininglab
Dockerized Ansible Training Lab
Stars: ✭ 16 (-77.78%)
Mutual labels:  training
training-kentico-k12
Kentico CMS/EMS MVC training website
Stars: ✭ 24 (-66.67%)
Mutual labels:  training
stelligent-u
Templates and code for Stelligent U lessons
Stars: ✭ 92 (+27.78%)
Mutual labels:  training
TIWAP
Totally Insecure Web Application Project (TIWAP)
Stars: ✭ 137 (+90.28%)
Mutual labels:  training

restful-booker-platform

A platform of web services that forms a Bed and Breakfast booking system. The platforms primary purpose is 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 15.0.2 or higher (Tested with JDK 18)
  • Maven 3.6.3
  • Node 16.15.1
  • NPM 8.11.0

Building locally

Assuming you have the above requirements in place, to get started open a terminal/command line window and follow these instructions:

  1. Clone/Download the repository
  2. Navigate into the restful-booker-platform root folder
  3. Run either bash build_locally.sh for Linux or Mac or build_locally.cmd on Windows 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

Development

API details

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

Setting up your own CI/CD for this project

The build process for this project is managed by CircleCI which is all managed by the config.yml file in the .circleci folder. To get setup you will need to:

Running CI tests

Follow these steps to get a CI setup running the tests

  1. Fork this repository so that you have your own copy
  2. If you haven't already, create a CircleCI login using your GitHub details. This will connect CircleCI to your GitHub profile.
  3. Head to the Projects page in CircleCI, locate the RBP repository and click setup project.
  4. Go through the steps to for setting up the project, ensuring that it loads in the config.yml from the project (Click use existing config)

If you would like to setup CircleCI to run a full deployment, please drop an issue into the repository.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].