Skip to content

SangoFon/SPA_App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MIYE- SPA Project

The web application is build with python Flask framwork along with SQLite3 database.

Requirements

  1. Python 3.6,
  2. SQLite3

Setup

  1. Install flask

  2. pip install flask

  3. pip install flask-wtf 4.pip install flask-sqlalchemy

  4. pip install flask-migrate 6.pip install flask-login

  5. Define the project export FLASK_APP=database.py

  6. Init the database

  • flask db init
  • flask db upgrade
  1. Populate the database with dummy data(if weren't populated after migration)
  • python populate.py
  1. Running
  • flask run
  1. Open the app in browser: localhost

  2. username:admin password:123456 username:employee password:123456

About

SPA software using Flask and SQLite3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors