This repository includes the project files related to admin churn prediction backend of Quicky delivery platform.
To get started with the project, follow these steps:
- Clone the repository:
git clone https://github.com/HashiruG/Quicky_Admin_Churn_Prediction.git
- Navigate to the project directory:
cd Quicky_Admin_Churn_Prediction - Create a virtual environment:
python -m venv venv
- Activate the virtual environment:
.\venv\Scripts\activate
- Install dependencies:
pip install -r requirements.txt
- Run the server:
uvicorn app.main:app --reload
- Quicky admin main backend : https://github.com/HashiruG/Quicky_Backend
- Quicky admin frontend : https://github.com/HashiruG/Quicky_Frontend







