Skip to content

A to-do website using flask, sqlalchemy, and semantic-ui, with vagrant setup

License

Notifications You must be signed in to change notification settings

katerina7479/todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo

With Flask, SqlAlchemy, Semantic-UI

This is a demo site showing one way to use Flask to make a website. I used a SqlAlchemy non-declarative model, and simple sqlite test db. Semantic-UI for the front-end CSS HTML rendered server-side with the Jinja2 template engine. Vagrant upload, you can start the website starts with:

 > vagrant up
 ? (enter password at prompt)
 > vagrant ssh
 > cd projects/todoapp
 > python application.py

** Requires Virtualbox, Vagrant, & Git **

References at:

About

A to-do website using flask, sqlalchemy, and semantic-ui, with vagrant setup

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages