The University Management System (UMS) is a comprehensive platform designed to streamline various administrative and academic processes within a university environment. Built with Python and Flask, along with other Flask plugins, and utilizing SQLite as its database engine, UMS offers a user-friendly interface and robust functionality for students, staff, and administrators.
- View semester-wise subjects
- Download subject-wise materials
- Access subject-wise faculty details
- View and manage their own profile
- Upload semester-wise materials
- Access and manage their own details
- Perform CRUD operations on any user
- Robust Account Management: UMS ensures secure and efficient account management for all users, with features like authentication, authorization, and profile management.
- Backend: Python, Flask framework
- Database: SQLite
- Template Engine: Jinja
- Other Plugins: Various Flask plugins for enhancing functionality and performance
- The webapp is hosted here, Thanks a lot to pythonanywhere.com for giving free hosting service!!
Use the below credentials login:
Student:
- lhaas@example.org
w7NJJeBG_b
Faculty:
- philip61@example.org
C6ECfx4l(#
Admin:
- admin@gmail.com
big_password
- first open cmd in the folder where README.md is located, and make sure that you have python 3.10 or above.
- create environment:
python -m venv pyenv
- activate it:
.\Scripts\bin\activate
- install modules:
pip install -r req.txt
python run.py
(make sure you are at the top level of project directory e.g. where README.md is located)