API for tracking habits. Written in FastAPI with asynchronous database operations. REST-like approach.
git clone https://github.com/ghostfaccee/TrackIt-API.git
cd TrackIt-API
touch trackit.db
docker compose up --build
You can view the environment variables in the .env.example file.
MIT. You can find it in the root of the project.