- Login/Sign up - Hosted on firebase
- Fully responsive UI
- Based on Python-Flask
pip install pyrebase4
pip install flask
pip install firebase-admin
pip install dotenv
pip install werkzeug
pip install moviepy
- Go to https://console.firebase.google.com
- Login/Register your account
- Click on add project
- Give project name
- Optional: select google analytics
- Create project
- Under "Get started by adding Firebase to your app", click on web app
- Name the web app and copy the "apiKey", "authDomain", "databaseURL", "storageBucket" from the code given there
- Go to main.py and add the values you copied above
- Go to console, click on authentication (On the left sidebar), click on sign-in method, and enable email/password sign in
- Go to Storage (On the left sidebar), and click on "Create Database", start in test mode for now, click done.
- You are all set on firebase !!!
The server starts by default on http://127.0.0.1:5000/
After successful sign-up, the user name, email and uid are stored in a global dictionary called person