← Back to Web-App

University Students Information System

University Students System
📅Aug 2020 - Nov 2020
🎓CRUD Web Application
Python Flask SQLAlchemy MySQL HTML CSS JavaScript
📂 View Code on GitHub 🚀 View Live Demo

🎯 Project Overview

A comprehensive web-based student information management system built with Flask and SQLAlchemy. This application provides a complete CRUD (Create, Read, Update, Delete) interface for managing university student records with an intuitive and user-friendly design.

The system enables university administrators and staff to efficiently manage student information including personal details, enrollment data, academic records, and contact information through a clean, responsive web interface backed by a robust MySQL database.

✨ Key Features

CRUD Operations

User Interface

Database Management

🔧 Technical Stack

Backend Technologies

Frontend Technologies

📦 Installation & Setup

Prerequisites

Ensure you have the following installed:

Step 1: Clone Repository

git clone git@github.com:msjahid/University-Students-Information.git
cd University-Students-Information

Step 2: Install Dependencies

pip install -r requirements.txt
# or
pip3 install -r requirements.txt

Required Packages

Flask==1.1.2
flask_sqlalchemy==2.4.4

Step 3: Run Application

python app.py
# Application will start on http://localhost:5000

🖼️ Application Screenshots

Application Interface

Main application interface showing student management dashboard

Student Records

Student records listing with CRUD operations

🎓 Skills Demonstrated

💡 Future Enhancements

📄 License

This project is licensed under the MIT License. See the LICENSE file for details.

👨‍💻 Author

Jahid Hasan - @msjahid

For any inquiries or issues, feel free to open an issue on GitHub.