Before proceeding with the installation, make sure you have the following prerequisites installed on your system:
- Python 3.12.6
- pip package manager
- Clone the repository:
- Using HTTPS
git clone https://github.com/your-username/GoWheels-API.git
- Using SSH
git clone git@github.com:your-username/GoWheels-API.git
-
Navigate to the project directory:
cd GoWheels-API
-
Create a virtual environment:
python -m venv .venv
-
Activate the virtual environment:
source .venv/bin/activate
-
Install the project dependencies:
pip install -r requirements.txt