feanlau / PlantGreen

"PlantGreen" is a web app that allows users to search for plant information. This will make it easier for plant parents to identify care and usage of their plants.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PlantGreen

Description

Want to learn more about your current plants or found a mystery plant that you want information on? PlantGreen receives your plant image, and provides you with:

  • Similar plant pictures
  • Scientific and common names
  • Wiki URL + wiki description
  • Taxonomy

Getting Started

Sign Up or Login to start receiving information about your plants!!

Test Account

  • Username: testuser1
  • Password: password

Installation

First, you need to clone this repository:

$ git@github.com:gloryannen/PlantGreen.git

Or:

$ git clone https://github.com/gloryannen/PlantGreen.git

Then change into the backend folder:

$ cd backend

Install dependencies

$ npm install

To run application:

$ npm start

Do the same for the frontend folder:

$ cd frontend

Install dependencies

$ npm install

To run application:

$ npm start

The applications will always run on http://localhost:3000.

API

About

"PlantGreen" is a web app that allows users to search for plant information. This will make it easier for plant parents to identify care and usage of their plants.


Languages

Language:JavaScript 91.5%Language:HTML 4.0%Language:CSS 3.7%Language:PLpgSQL 0.8%