issues
search
ssan2507833
/
mvp-pet-app
MIT License
0
stars
1
forks
source link
project requirement checklist
#78
Closed
angelawong3
closed
2 years ago
angelawong3
commented
2 years ago
Check the list after deployment
[x] Use Node.js and Express.js to create a RESTful API.
[x] Use Handlebars.js as the template engine.
[x] Use MySQL and the Sequelize ORM for the database.
[x] Have both GET and POST routes for retrieving and adding new data.
[x] Use at least one new library, package, or technology that we haven’t discussed.
[x] Have a folder structure that meets the MVC paradigm.
[x] Include authentication (express-session and cookies).
[x] Protect API keys and sensitive information with environment variables.
[x] Be deployed using Heroku (with data).
[x] Have a polished UI.
[x] Be responsive.
[x] Be interactive (i.e., accept and respond to user input).
[x] Meet good-quality coding standards (file structure, naming conventions, follows best practices for class/id naming conventions, indentation, quality comments, etc.).
[x] Have a professional README (with unique name, description, technologies used, screenshot, and link to deployed application).
Check the list after deployment