Skip to content

merRen22/PyTask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyTask

This is a task manager build with Flask and FireStore. You can take a look at it here

Awesome Home page

alt text

Incredible Login

alt text

Tech stack

  • Flask
  • Python 3
  • Bootstrap
  • Firebase

Run Locally

In order to run this project locally you need to set up your google credentials for firestore. Just add your google-credentials.json to the root of the project and set up a .env file similar to the .env.sample

Command to run locally

flask run