GoWheels-API

Installation Guide

Prerequisites

Before proceeding with the installation, make sure you have the following prerequisites installed on your system:

  • Python 3.12.6
  • pip package manager

Installation

  1. 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
  1. Navigate to the project directory:

    cd GoWheels-API
  2. Create a virtual environment:

    python -m venv .venv
  3. Activate the virtual environment:

    source .venv/bin/activate
  4. Install the project dependencies:

    pip install -r requirements.txt