Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tanujdargan/plantbay
Computer Science IA
https://github.com/tanujdargan/plantbay
Last synced: about 2 months ago
JSON representation
Computer Science IA
- Host: GitHub
- URL: https://github.com/tanujdargan/plantbay
- Owner: tanujdargan
- Created: 2022-03-19T14:31:49.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-21T03:52:18.000Z (almost 2 years ago)
- Last Synced: 2023-12-07T17:28:18.261Z (about 1 year ago)
- Language: Jupyter Notebook
- Size: 63.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PLANTBAY - Computer Science IA
# Firebase Setup
- Step 1: Create a new project
- Step 2: Register a new app under web and copy the configuration key
- Step 3: Click continue to console and begin setting up authentication
- Step 4: Setup email and password + google authentication options
- Step 5: Setup Realtime database with closest server location and start in test mode
- Step 6: Enable storage private## Virtual Environment to develop in
```
pip install virtualenv
``````
virtualenv plantbay
``````
virtual .\plantbay\Scripts\activate
```