Skip to content

paul-feng-github/Todo-List-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Flask Todo App

Setup


  • Create python3 virtual environment python3 -m venv venv
  • Activate virtual environment with source venv/bin/activate
  • Run ```pip install -r requirements.txt`` on terminal
  • Export GOOGLE_APPLICATION_CREDENTIALS to grant access to the ndb. export GOOGLE_APPLICATION_CREDENTIALS="/Users/paulfeng/Downloads/utopian-river-195906-097620e8d4b5.json"
  • Run python main.py on terminal for start local server

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published