A full-stack car rental project using Django.
-
Clone the repo: git clone https://github.com/Ahmed-Abdelgawad-Dev/Car_Rental.git
-
Use a virtual environment that you prefere.Could be pipenv | venv | conda. in car_rental main folder.
-
activate your choice virtual environment, in my case (Unix):
source ./venv/bin/activate
- Install the required packages for the project.
pip install -r requirements.txt
- Go to proj folder
- create a user if needed or use (usr:admin - pwd:admin)
python manage.py runserver
- run the project
./manage.py runserver