Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 588 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 588 Bytes

Pawsitive Minds

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!

To run the application

  1. Install flutter: https://docs.flutter.dev/get-started/install

  2. Open a terminal and start the frontend with the command: flutter run

  3. Open another terminal and start the backend:

    1. cd backend
    2. On Mac: source venv/bin/activate, or on Windows:
    3. Install the required packages using pip install -r requirements.txt
    4. Run the server using fastapi dev main.py