Skip to content

chnihy/flask_sqlalchemy_student_db

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask SQL alchemy student database

Home Page

preview 1

New Student Page

preview 2

View all Students Page

preview 3

About

This is a simple student database created in Flask, using Sql Alchemy for the db and Bootstrap for frontend

How to run

Clone repo and change directory

git clone https://github.com/chnihy/flask_sqlalchemy_student_db.git
cd flask_sqlalchemy_student_db

Install Requirements

pip install -r requirements.txt

Set FLASK_APP to in environment

export FLASK_APP=main.py

Launch

flask run
...
 * Running on http://127.0.0.1:5000 (Press CTRL+C to quit)
...

Then, open http://127.0.0.1:5000 in your browser

Planned updates

  • Improved Search capability
  • Login

About

A simple student database - Built with Flask, Sql Alchemy and Bootstrap

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors