Skip to content

sheridanvk/flask-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to run this app

  1. Clone the repo
  2. Make sure you have python3 installed (details at the official website)
  3. Run the following (everything up to and including the % just indicates that you're running these commands in a terminal and should be ignored):
# Install and activate the virtual environment
% python3 -m venv venv
% virtualenv venv
% source venv/bin/activate

# Install the dependencies
(venv) % pip3 install -r requirements.txt

# Run the database migrations
(venv) % flask db upgrade
(venv) % flask run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published