A taskapp that uses Firebase.
-
Install Google Cloud SDK: Instructions here.
-
Create a project in google cloud: You can do this here.
-
Clone the proyect
git clone https://github.com/UltiRequiem/Flask-Taskapp.git ; cd Flask-Taskapp
- Create a virtual environment
python3 -m venv env;source env/bin/activate
- Install the dependencies
pip install -r requirements.txt
- Initialize Gcloud
gcloud init
- Login Gcloud
gcloud auth login
- Select the proyect
The project you created in step 2
- Run
python3 main.py
Here is a working live demo: https://flask-platzi.ultirequiem.repl.co/auth/login
At the moment it is running version v0.7-alpha, which did not implement a database yet. This is because I can't find a way to deploy it anywhere else without a credit card.
Current version: v1.0
It runs in Repl.it.