All Projects → mwinteringham → restful-booker

mwinteringham / restful-booker

Licence: GPL-3.0 license
A free to use Web API for practising API testing on

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to restful-booker

Container.training
Slides and code samples for training, tutorials, and workshops about Docker, containers, and Kubernetes.
Stars: ✭ 2,377 (+2185.58%)
Mutual labels:  training
Deep Learning In Production
Develop production ready deep learning code, deploy it and scale it
Stars: ✭ 216 (+107.69%)
Mutual labels:  training
R-Bridge-Tutorial-Notebooks
Jupyter notebooks demonstrating setup and use of the R-ArcGIS bridge. The repo includes datasets required to run the Jupyter notebooks.
Stars: ✭ 56 (-46.15%)
Mutual labels:  training
Germanwordembeddings
Toolkit to obtain and preprocess german corpora, train models using word2vec (gensim) and evaluate them with generated testsets
Stars: ✭ 189 (+81.73%)
Mutual labels:  training
Dynamic Training Bench
Simplify the training and tuning of Tensorflow models
Stars: ✭ 210 (+101.92%)
Mutual labels:  training
Symfony Pack
A series of questions to prepare for the Symfony certification
Stars: ✭ 241 (+131.73%)
Mutual labels:  training
React Workshop
The course material for our React Hooks workshop
Stars: ✭ 184 (+76.92%)
Mutual labels:  training
wptrainingteam.github.io
WordPress.org Training Team Home for Lists of Lesson Plans and Workshop Ideas
Stars: ✭ 39 (-62.5%)
Mutual labels:  training
Purrr Tutorial
A introduction to purrr
Stars: ✭ 222 (+113.46%)
Mutual labels:  training
Dawn Bench Entries
DAWNBench: An End-to-End Deep Learning Benchmark and Competition
Stars: ✭ 254 (+144.23%)
Mutual labels:  training
Hyperlpr Training
车牌识别训练代码 Training Tools Related to HyperLPR
Stars: ✭ 190 (+82.69%)
Mutual labels:  training
Split Folders
🗂 Split folders with files (i.e. images) into training, validation and test (dataset) folders
Stars: ✭ 203 (+95.19%)
Mutual labels:  training
Malware Samples
Malware samples, analysis exercises and other interesting resources.
Stars: ✭ 241 (+131.73%)
Mutual labels:  training
Apprenticeships.me
Dev & design apprenticeships to the rescue! 🔧
Stars: ✭ 188 (+80.77%)
Mutual labels:  training
EffcientNetV2
EfficientNetV2 implementation using PyTorch
Stars: ✭ 94 (-9.62%)
Mutual labels:  training
Easymodels
Easily find and view pre-trained AI models and deep learning projects through the command line 💻
Stars: ✭ 186 (+78.85%)
Mutual labels:  training
Training
🐝 A fast, easy and collaborative open source image annotation tool for teams and individuals.
Stars: ✭ 2,615 (+2414.42%)
Mutual labels:  training
pytorch-accelerated
A lightweight library designed to accelerate the process of training PyTorch models by providing a minimal, but extensible training loop which is flexible enough to handle the majority of use cases, and capable of utilizing different hardware options with no code changes required. Docs: https://pytorch-accelerated.readthedocs.io/en/latest/
Stars: ✭ 125 (+20.19%)
Mutual labels:  training
adsy-trainings
Workshop and training materials
Stars: ✭ 13 (-87.5%)
Mutual labels:  training
Tesstrain
Train Tesseract LSTM with make
Stars: ✭ 251 (+141.35%)
Mutual labels:  training

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.

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].