Skip to content

An interactive management system that lets you to perform CRUD operations on student's records.

License

Notifications You must be signed in to change notification settings

PilotAxis/Streamlit-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Streamlit logo

Streamlit App

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.

Requirements

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.

Installation

  1. Install the necessary modules to run the app locally:
pip install -r requirements.txt
  1. Clone the repository locally in your machine:
git clone https://github.com/PilotAxis/Streamlit-App.git
  1. 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"
  1. Run the app by typing the following in terminal:
streamlit run main.py
  1. Enjoy the App now!

Contact US

For any issues and bugs, kindly raise an issue in the issue section of GitHub Repo. Contact me on mohammedahmedmajid14@gmail.com.

About

An interactive management system that lets you to perform CRUD operations on student's records.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages