A Student's Records Management System to perform CRUD (Create, Read, Update and Delete) Operations on the data. This project is build using Python, MySQL and StreamLit.
Recommended versions of modules are listed below:
- Python 3.12
- MySQL Server 8.4
- Xampp and PhpMyAdmin
- Streamlit
- mysql-connector-python
All these versions are listed in the requirements.txt
file.
- Install the necessary modules to run the app locally:
pip install -r requirements.txt
- Clone the repository locally in your machine:
git clone https://github.com/PilotAxis/Streamlit-App.git
- Open the project in your favourite IDE, and configure the
main.py
file according to your database configuration.
host="localhost"
user="your_username"
password="your_password"
- Run the app by typing the following in terminal:
streamlit run main.py
- Enjoy the App now!
For any issues and bugs, kindly raise an issue in the issue section of GitHub Repo. Contact me on mohammedahmedmajid14@gmail.com
.