Welcome to the Student Management System project! This repository provides a comprehensive solution for managing student data using Python and SQL. The project showcases various functionalities, from handling student records to performing advanced data operations.
- Student Record Management: Add, update, delete, and view student records.
- Database Operations: Perform CRUD operations on the database efficiently.
- Data Analysis: Analyze and visualize student data.
- API Integration: Integrate with Postman for API testing.
Clone this repository and install the necessary dependencies:
git clone https://github.com/husamhammad/final-python-and-database-project.git
cd final-python-and-database-project
pip install -r requirements.txt- Set Up the Database: Ensure you have a database set up and accessible. Update the configuration file with your database credentials.
- Run the Application: Execute the main script to start the application.
python main.py- main.py: The main script to run the application.
- database.py: Contains functions for database connections and operations.
- student.py: Functions related to student management.
- config.py: Configuration file for database credentials and settings.
- requirements.txt: List of dependencies required for the project.
- LMS - Final Project.postman_collection.json: Postman collection for API testing.
- Python 3.x
- [List all the libraries used, e.g., pandas, SQLAlchemy, etc.]