Skip to content

guipatriota/TaskManager-Flask-Test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TaskManager-Flask-Test

Simple web task list manager in pyhton3 with Flask

DEPLOY:

HERE

TO CLONE - at terminal:

1 - Clone repository:

git clone https://github.com/guipatriota/TaskManager-Flask-Test.git
cd TaskManager-Flask-Test

TO RUN - at Windows prompt or Linux console with Anaconda:

1 - Create new conda environment:

conda create -y --name task_flask python

2 - Activate the new conda environment:

conda activate task_flask

3 - Install project dependencies:

pip install -r requirements.txt

4 - Run app.py

python app.py

TO CREATE NEW DB - at terminal:

1 - Activate env:

conda activate task_flask

2 - Run python:

python

3 - Create db:

from app import db

db.create_all()

exit()

About

Simple web task list manager in pyhton3 with Flask

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published