Skip to content

First flask-project using jquery, bootstrap, sqlite

Notifications You must be signed in to change notification settings

Torminator/remember-me

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

remember-me

First flask-project using jquery, bootstrap, sqlite

Install

Install a virtualenv of python3.x (python 2.7 does not work) in this directory.

Dependencies

  • flask
  • flask_sqlalchemy
  • flask_migrate
  • request
  • beautifulsoup4

Run python command line:
  from app import db
  db.create_all()
to create the database

About

First flask-project using jquery, bootstrap, sqlite

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published