The purpose of our app is to allow users to add plants to their online garden and keep track of when to water them. The app also gives tips depending on if it is a paid/unpaid user.
- As a unpaid/paid user, I can login via my Google Account, to protect my plant information.
- As a unpaid/paid user, I want to search for a plant so that I can add to my garden
- As a paid user, I want to receive plant tips so that I can better take care of my plants
- As a unpaid/paid user, I want to be able to keep track of my plants watering status so that my plants flourish
- As a unpaid/paid user I want to be able to hit the water button so that I can water my plant
- Frontend - Vite + React, Javascript, Shadcn + Tailwind CSS, Axios, Google OAuth
- Backend - Express Server
- Database - ElephantSQL
- API - Perenual Plant API, Google Oauth API
- cd server
- npm install
- npm run dev
- cd client
- npm install
- npm run dev