Skip to content

Project to learn flask basics, and follow class examples

Notifications You must be signed in to change notification settings

Chrisvimu/platzi-flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask Stuff

Contents

Run the script venv_auto to initialize the application using a virtual env for Python and Flask.
using:
    $source venv_auto.sh
to exit venv mode:
    $deactivate
Go to localhost:5000 to visualize the page (Keep in mind that this is just meant as a learning project, to test Flask related stuff)
You can run unit-tests using the following once you are in the env:

    $flask test

About

Project to learn flask basics, and follow class examples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published