Web interface for Flitsfiets registrations
- PHP 7
- Sqlite
You can use PhpLiteAdmin to administer your Sqlite database online.
This application provides 2 features:
1. An endpoint for the Particle.io webhooks
The endpoint path can be set in the .env file
This is a very basic, hacked-together dashboard. It displays graph using the plotly api.
- Clone git repository
- Run
Composer install
- Create a .env file with settings
- rename database/example.sqlite to the value you have in
DB_FILE
in your .env file