Very basic personal habit tracker, python and fastapi backend, react frontend.
-
Copy the environment template file:
cp backend-python/.env.template backend-python/.env
-
Fill in the environment variables.
-
Run the development server:
docker-compose up --build