Skip to content

Latest commit

 

History

History
60 lines (32 loc) · 1.71 KB

Requirements.md

File metadata and controls

60 lines (32 loc) · 1.71 KB

Project 2

Application Requirements

  • Must use a Node and Express server

  • Must use Handlebars.js as the template engine

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

  • Must utilize full CRUD 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. Use this guide for deploying your application to Heroku if you need a reminder on how to deploy!

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