Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 355 Bytes

File metadata and controls

8 lines (6 loc) · 355 Bytes

Django API

Backend Setup

  1. Change directory to the backend application cd backend.
  2. Generate the files for the python virtual environment python3 -m venv env.
  3. Activate the virtual environment source env/bin/activate or .\env\Scripts\activate.ps1 for windows users
  4. Install the project requirements pip install -r requirements.txt