jeremyjevon / ICT2X01-Team-Project-P3-6

ICT2101/2201 Team Project
1 stars 0 forks source link

Yongkhengs/database #33

Closed syongkheng closed 2 years ago

syongkheng commented 2 years ago

This is the script to execute to initialize the database that would be use for Vroom Vroom.

You will need to run the following command in your terminal:

pip install firebase_admin

Subsequently, you should read the README within the .py file, and ensure that you changed your 'token' at line 41.

The output of the program can be seen below. db_output

To double confirm if your db has been created, please login to Firestore's console and check, thanks!

jeremyjevon commented 2 years ago

Database creation process looks good!