Skip to content

go-ut/flask-introduction

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Introduction to Flask

This repo contains an Introduction to Flask done by rmotr.com in our Advanced Python Programming course.

Intializing Database

sqlite3 library.db < library-schema.sql

You need to run this in the library directory.

Load Data to database

sqlite3 library.db < initial-data.sql

You need to run this in the library directory.

About

Step by step Flask Tutorial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 64.5%
  • HTML 35.5%