https://github.com/mudasir45/car-rental-project-django
This is a car rental project made with Django | Chart.js | Jquery | Bootstrap 4
https://github.com/mudasir45/car-rental-project-django
bootstrap4 carrentalproject chartjs django jquery
Last synced: 23 days ago
JSON representation
This is a car rental project made with Django | Chart.js | Jquery | Bootstrap 4
- Host: GitHub
- URL: https://github.com/mudasir45/car-rental-project-django
- Owner: mudasir45
- Created: 2024-02-18T10:26:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-18T10:27:40.000Z (over 1 year ago)
- Last Synced: 2025-05-12T08:37:57.378Z (23 days ago)
- Topics: bootstrap4, carrentalproject, chartjs, django, jquery
- Language: HTML
- Homepage:
- Size: 13.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Car rental website
This is a car rental project made with Django | Chart.js | Jquery | Bootstrap 4 and stripe.js payments.
I always loved one particular car manufacturer so I made this website that let's you rent most thrilling vehicles from this manufacturer portfolio## Important info
You need to create dummy account to "rent out" cars. You need to know that the hosting is free so the app is freezed when no one is physically on the website hence long loading times## How to check it out
If you don't like to install random projects from github just [click here](https://car-rental-with-django.herokuapp.com/) but you need to know that the hosting is free so the app is freezed when no one is physically on the website hence long loading times.## If you wanna install this project
```powershell
virtualenv env
env\Scripts\activate
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver
```