This project is a planner application developed using SQL, Python, and Pip. It helps users to plan and manage their projects effectively.
- Clone the repository:
git clone https://github.com/karpinskiJ/project_planner_apsi_2024l.git - Navigate to the project directory:
cd project_planner_apsi_2024l - Install the required packages:
pip install -r requirements.txt - Run docker-compose:
docker-compose up -d
After installation, you can run the project with the following command:
cd ./src && uvicorn main:app --reload