Skip to content

melnyk-alex/ems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Education Managements System

Prepare

  1. Prepare virtual environment: virtualenv -p python2.7 venv
  2. Install requirements: pip install -r requirements.txt
  3. Put OAuth2 credential file: clients.json into /cred/

Database server used in system is MySQL, configuate it in: /config.py

Startup

Before startup regenerate database by command db.create_all() in /app/__init__.py file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published