ahmedabdelkabier / Car-Rental-System

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Python 49.4%Language:HTML 46.0%Language:CSS 4.6%