- HTML
- CSS
- Javascript
- Firebase
Backend
├── src
| ├── addPlant.js
| ├── firebase.js
| └── index.js
Frontend
├── assets
| └── css
| | └── main.css
└── pages
├── add-plant.html
└── index.html
- Log into google account
- Create new firebase project
- Click build on the left dropdown box
- Click firestore and create a new table
The firesbase configuration will then look like:
const firebaseConfig = {
ProjectId: {name of the project},
AuthDomain: "{ProjectId}.firebaseapp.com",
DatabaseUrl: "https://(default).fireabaseio.com",
}
Backend Slides
Combined Slides
Hudson Vu - Frontend
Quentin Bordelon - Backend