Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 538 Bytes

File metadata and controls

22 lines (17 loc) · 538 Bytes

Flask Starter Template

A template for simple flask projects.

Installing Dependencies

$ pip install -r requirements.txt

If using replit just click the Run button and it will install the dependencies automatically.

Running the Project

Replit is configured to execute the following command to run the project:

$ flask run

Initializing the Database

When connecting the project to a fresh empty database ensure the appropriate configuration is set then file then run the following command.

$ flask init