- 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.
First, create the required environment files.
cp .env.template .env
Second, install the dependencies.
npm install
sudo service mongodb start
npm start