Analogus UMS( University Management System ) is a analogus version of UMS of LPU( Lovely Professional University ), Where students can access their UMS information from university, like User Profile, Announcements, Messages, Grades, Marks, Classes, Datesheet anywhere in an very user friendly and interactive way apart from traditional UMS.
This modularized interface first require "Registration-id" and "Password" of UMS to login and to access data using API's of LPU.
[ Problem we have solved here ] : As traditional UMS is very heavy and experiences very large traffic on it, due to which there is huge load on datacenter, which causes delay in accessing information at critical time. So this is my initiative to make UMS easily accssible in a furnished manner.
- First you need to have python3, flask, flask_cors installed in your system, to run the "host-api py" file.
- There Both credentials are required , then it will fetch data from PyPi API and host an API on local server that is "localhost:8000/apiums".
- Then you can Run 'index.html' file to access the webpage.
(This is development phase, so we would be updating and adding functionalities constantly)