Skip to content

ahmedabdelkabier/Car-Rental-System

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 49.4%
  • HTML 46.0%
  • CSS 4.6%