Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 1.47 KB

README.md

File metadata and controls

55 lines (36 loc) · 1.47 KB

/Root Directory

rootdirectory homepage

About

  • Full stack web application built using Express, Node.js, MongoDB, and Handlebars.
  • Find essential plant care tips from an existing database.
  • Add plants to a personal collection and add custom watering schedules for each of your plants.
  • Add custom notes/details and stay on track of the next time to water.
  • Click here to see working version of deployed project.

Demo

rootdirectory_demo

Setup

Requirements

Get Started

First, create the required environment files.

cp .env.template .env

Second, install the dependencies.

npm install

Running BCB

Run the following commands from the root folder.

sudo service mongodb start
npm start

Team