Skip to content

eocode/Flask_TaskApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

☕Task-with-Python-Flask

Python - Flask - Docs

See info what do you need for this project

How to run project

Inside flask-app folder

Create a virtual enviroment python -m venv env

Python and Flask pip install -r requirements.txt

Verify pip freeze

On Linux

Create variable export FLASK_APP=main.py

Verify variable echo $FLASK_APP

On Windows

Create a varible set FLASK_APP=main.py

Run development server flask run or python -m flask run

Enable debug if needs

export FLASK_DEBUG=1

Run App

Preview

Login app

Task App

Deploy and Connect to GCloud DataStore and AppEngine

Requirements

Next execute next command:

Initialize

gcloud init

Login

gcloud auth login

Configure

gcloud config set project PROJECT_ID

Default authentication in app

gcloud auth application-default login

Verify

gcloud config list

Deploy gcloud app deploy app.yaml

gcloud app browse

FireStore

FireStore

License

GNU General Public License v3.0

How to contribute

Send me a Pull Request or contact me as eocode in social media

About

Organize your task easy with this web app in Python and Flask

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published