Skip to content

JAMoreno-Larios/flask_freecodecamp_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic Flask webapp

This was based on the following tutorial from freecodecamp.org:

https://www.youtube.com/watch?v=Z1RJmh_OqeA

Installation

To install, first create and activate a virtual environment .

$ python -m venv /path/to/new/virtual/environment
$ source /path/to/new/virtual/environment/bin/activate

Then, we install the dependencies using pip

$ pip install -r requirements.txt

Running

To run the service, execute

$ gunicorn -w 4 -b 0.0.0.0 'app:app'

About

Simple webapp that serves a To Do list using Python, Flask, and SQLite

Resources

License

GPL-3.0, GPL-3.0 licenses found

Licenses found

GPL-3.0
LICENCE
GPL-3.0
LICENSE

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors