/little-leaf

Deployed on Heroku!

Primary LanguageJavaScript

Little Leaf

  • An app that helps you give the best care to your house plants. Create rooms and add plants to your rooms. Once a plant is created it automatically sends reminders for when you need to water, prune, rotate your plants.

demo

Application Requirements

  • Must use a Node and Express server

  • Must be backed by a MySQL database with a Sequelize ORM

  • Must utilize both GET and POST routes for retrieving and adding new data

  • Must be deployed using Heroku (with data)

  • Must utilize at least one new library, package, or technology that we haven’t discussed

  • Must have a polished front end/UI

  • Must have a folder structure that meets the MVC paradigm

  • Must meet good quality coding standards (indentation, scoping, naming)

  • Must protect API keys in Node with environment variables

Presentation Requirements

Use this project presentation template to address the following:

  • Elevator pitch: a one minute description of your application

  • Concept: What is your user story? What was your motivation for development?

  • Process: What were the technologies used? How were tasks and roles broken down and assigned? What challenges did you encounter? What were your successes?

  • Demo: Show your stuff!

  • Directions for Future Development

  • Links to to the deployed application and the GitHub repository

Grading Metrics

Metric Weight
Concept 10%
Design 20%
Functionality 30%
Collaboration 30%
Presentation 10%

Submission on BCS

You are required to submit the following:

  • The URL of the deployed application

  • The URL of the GitHub repository