Skip to content

UltiRequiem/platzi-flask-taskapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

71 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Taskapp made with Flask

License: MIT Code style: black Code style: black

Cover

A taskapp that uses Firebase.

Development setup

  1. Install Google Cloud SDK: Instructions here.

  2. Create a project in google cloud: You can do this here.

  3. Clone the proyect

git clone https://github.com/UltiRequiem/Flask-Taskapp.git ; cd Flask-Taskapp
  1. Create a virtual environment
python3 -m venv env;source env/bin/activate
  1. Install the dependencies
pip install -r requirements.txt
  1. Initialize Gcloud
gcloud init
  1. Login Gcloud
gcloud auth login
  1. Select the proyect

The project you created in step 2

  1. Run
python3 main.py

Demo

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.

License

MIT