The Team Spiral Racing Data Service is run serverlessly on CRON. It gathers data from various sources and saves it to the TSR MongoDB instance. CRON jobs are run via cron-job.org and are scheduled to run every at certain intervals. Requests are authenticated with a Bearer token to ensure there are no unauthorized requests.
- Clone the repository.
- Install dependencies via
pip install -r requirements.txt. - Create a
.envfollowing thesample.envformat. - Run app via
flask --app server run.
This project is licensed under the GNU General Public License. See LICENSE for more information.
