Skip to content

kaushalaman97/flasksqlachemy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask / SQLAlchemy Simple App

This is a simple app using Flask, SQLAlchemy and the connecting Flask-SQLAlchemy library.

Installing Dependencies

pip install -r requirements.txt

Running the App

To run the app, first run the models.py file directly to create the database tables:

$ python models.py

You only need to do this once, unless you change your model definitions (see below).

Then run the app itself:

$ python app.py

Visit http://localhost:5000/ in your browser to see the results.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published