- Bohdan Dziubliuk
- Steve Rogers
- Andrew Vaughns
- Robbi Walls
-
Use a Node and Express Web Server;
-
Be backed by a MySQL Database an ORM (not necessarily Sequelize);
-
Have both GET and POST routes for retrieving and adding new data;
-
Be deployed using Heroku (with Data);
-
Utilize at least one new library, package, or technology that we haven’t discussed;
-
Have a polished frontend / UI;
-
Have folder structure that meets MVC Paradigm;
-
Meet good quality coding standards (indentation, scoping, naming).
-
Must not expose sensitive API key information on the server
- Node and Express Web Server
- MySQL and home made ORM
- GET and POST routes
- jquery ui
- Handlebars
- MVC folder/file structure
- Polished UI, Quality Coding Standards (ESlint, Beautify)
- env for MySQL key
- Deployed on Heroku