Skip to content

pvanheus/uwcalgo_web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

Flask Flask-SQLAlchemy Flask-Misaka Flask-Migrate

Just run web.py runserver. This runs the server on localhost, port 5000. To interface with the database you can use the web.py app as a module, as per these instructions.

When you make changes to the database model you can save them as Alembic revisions with web.py db migrate -m "* Some message". This creates migrations under migrations/versions which then can be applied to the database with web.py db upgrade.

About

UWC Algorithms web server / site

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published