Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 623 Bytes

install.md

File metadata and controls

23 lines (16 loc) · 623 Bytes

Features:

  1. Login and Sign up - Hosted on Firebase

  2. Based on Python-Flask

Requirements:

pip install pyrebase4

pip install flask

Test the Project:

  1. Clone the repository
  2. Open the terminal
  3. Navigate to the project
  4. Add the firebase api keys and db url for the account created on firebase
  5. Run the following commands to test the project
pip install -r requirements.txt
python3 test/test.py