Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 732 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 732 Bytes

Car Rental Platform

It is a Web-based Platform where Customer can book a car for rent along with other features. It also include Car Rental Management features for Admins maintaining the platform

Required Python Libraries -
1.Flask - sudo pip3 install flask
2.MySQLdb - sudo apt install python3-mysqldb
3.Flask-Weasy - sudo pip3 install Flask-WeasyPrint
4.flask_mail - sudo pip3 install Flask-Mail
5.Crypto.Cipher - sudo pip3 install pycrypto
6.passlib - sudo pip3 install passlib.

How to Run -
1.First import database schema from car_rental_db.sql to your database.
2.run python file main.py as python3 main.py