Skip to content

FlorisHoogenboom/react-gate-scheduler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published