Skip to content

A starter template for flask and sqllite configured for heroku deployment

Notifications You must be signed in to change notification settings

abhinav-TB/Flask-SQLite-Starter-Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask-SQLite-Starter-Template

A starter template for flask and sqllite configured for heroku deployment

Getting Started

Step 1. Clone the code into a fresh folder

$ git clone <url>
$ cd Flask-SQLite-Starter-Template

Step 2. Create a Virtual Environment and install Dependencies.

Create a new Virtual Environment for the project and activate it.

$ virtualenv venv
$ source venv/bin/activate

Next, we need to install the project dependencies, which are listed in requirements.txt.

(venv) $ pip install -r requirements.txt

Step 3. Run the Flask App

(venv) $ python app.py

About

A starter template for flask and sqllite configured for heroku deployment

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published