Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thehanimo/student-portal
https://github.com/thehanimo/student-portal
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/thehanimo/student-portal
- Owner: thehanimo
- Created: 2018-04-18T18:37:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-13T05:14:55.000Z (almost 6 years ago)
- Last Synced: 2024-10-20T06:23:43.469Z (about 1 month ago)
- Language: HTML
- Size: 422 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
database_setup.py creates the database required.
create_admin.py creates a user "admin" with password "admin123"
Only the admin can register new users through "/register" webpage.
project.py is the main flask file which hosts the website in your local server when run and debugs in the termminal.
static consists of css file(s) and templates consists of html file(s), which are default folders where flask looks into.
Project is written in python 2.7 [Most statements are framework-based. Only minor commands like print vary from 3.6].
Requires python2.7 or python 3.6 with SQLAlchemy, flask, flask_login.