A cat-themed goal-setting app to empower you to self-motivate yourself. Unlock cats with the points you recieve as you complete your goals!
-
Install flutter: https://docs.flutter.dev/get-started/install
-
Open a terminal and start the frontend with the command:
flutter run
-
Open another terminal and start the backend:
d backend
- On Mac:
source venv/bin/activate
, or on Windows: - Install the required packages using
pip install -r requirements.txt
- Run the server using
fastapi dev main.py