An application for managing tasks that enables multiple users to collaborate on a single project with multiple tasks.
Follow these steps to run the application:
Before you begin, make sure you have the following prerequisites installed:
- Create and activate a virtual environment:
python3 -m venv env
source env/bin/activate
- Install the required Python packages:
pip install -r 'requirements.txt'
- Start the FastAPI application:
uvicorn app.main:app --reload
- Open your web browser and navigate to http://127.0.0.1:8000