Name: Y Srinivas A
SRN: PES1UG20CS517
Frontend: streamlit
Backend: mysql
Database: MariaDB
- Install python
- Install streamlit using the command
pip install streamlit
- Install Xampp
- Install mysql connector using the command
pip install mysql-connector-python
- Install pandas for display of tables using the command
pip install pandas
- Start the Xampp server
- Open the command prompt and navigate to the folder where the application is stored
- Execute the command for creating the database and tables
source PES1UG20CS517_Car_Rental_Management_System.sql
- Run the command
streamlit run frontend.py
- The application will be displayed on the browser