Skip to content
This repository has been archived by the owner on May 6, 2023. It is now read-only.
/ fast1 Public archive

An experimental F1 API, written using FastAPI utilizing the Ergast database images.

License

Notifications You must be signed in to change notification settings

jmp/fast1

Repository files navigation

fast1

build codecov

This is a an experimental read-only API for F1 data.

Requirements

Installing dependencies

poetry install

Running with Docker Compose

This starts both the app and the database:

docker compose up

The application can then be accessed at http://localhost:8080.

If you want to run the database in the background, you can run:

docker compose up db -d

Then you can run/debug the actual application in your IDE.

Linting and tests

./scripts/lint.sh
./scripts/test.sh

About

An experimental F1 API, written using FastAPI utilizing the Ergast database images.

Topics

Resources

License

Stars

Watchers

Forks