Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Student Portal Demo

A small Flask web application made for a college mini project. It allows students to log in and view basic portal information such as announcements and profile details.

The app uses SQLite so it can run locally without extra setup.

Features

  • Student login page
  • Simple dashboard after login
  • Basic announcement message support
  • CSV-based seed data for testing

Running locally

Install the required packages:

pip install -r requirements.txt

Start the server:

python app.py

Open the app in your browser:

http://127.0.0.1:5000

Project notes

  • The database is created automatically on the first run.
  • Initial users are loaded from users.csv.
  • Faculty/demo access is configured in the application settings for local review.
  • This project is only for academic demonstration and uses sample data.

About

A lightweight Flask web application for student login, course dashboard access, and campus auth integration. - Created for GITHUB Digital Defence Recruitment

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages