Spacer-App-Backend.

Installation Guide

Prerequisites

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

  • Python 3.8.13
  • pip package manager

Installation Steps

  1. Clone the repository:
  • Using HTTPS
    git clone https://github.com/allankimanzi2/Spacer-App-Backend.git
  • Using SSH
    git clone git@github.com:allankimanzi2/Spacer-App-Backend.git
  1. Navigate to the project directory:

    cd Spacer-App-Backend
  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