Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tanujdargan/plantbay

Computer Science IA
https://github.com/tanujdargan/plantbay

Last synced: about 2 months ago
JSON representation

Computer Science IA

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
```