Skip to content

ChiliMonanta/flask-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask template

Prerequisites

sudo apt-get install python3 python3-venv python3-pip
python3 -m venv flask-template
source flask-template/bin/activate
pip3 install -r requirements.txt

Development

  • Run

    python3 src/main.py
    
  • Test

    pylint src
    nosetests tests
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors