Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 451 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 451 Bytes

Car Rental System

Final project for Database Systems course

Building the repository

  1. You need to create a virtual environment using python -m venv env.

  2. Activate the virtual environment using source env/Scripts/activate (from Bash on Windows) or source env/bin/activate (on Linux).

  3. Install the required packages:

    pip install django
    pip install djangorestframework
  4. Run python manage.py migrate