Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 694 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 694 Bytes

React gate scheduler

World's most lightweight and modern gate scheduling tool!

Demo of the project

Running with mock data

This project is ofcourse intended to be connected to some backend. However, to run a demo of this project locally you can use the mock data provided in combination with the awesome package json-server.

$ npm install -g json-server
$ json-server --port 8000 --watch mock_data/db.json

This runs a mock server whith the following endpoints:

  • /gateConfig
  • /turnarounds
  • /turnarounds/{id}

Starting the project now will use these endpoints by default.