Skip to content

jetpackdata/flask-sqlalchemy-example-comments

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

===== Comments - Flask SQLAlchemy Example =====

This is an example application written to demonstrate using SQLAlchemy with Flask web framework.

When the user opens the application, the list of existing comments are presented alongwith an option to enter a new comment. The entered comment is validated and saved to the database and listed in the home page. If there are any validation errors, they are presented to the user alongwith the form

About

Example Comments application to demonstrate using SQLAlchemy with Flask

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 62.1%
  • HTML 37.9%