issues
search
francisca-hernandez
/
Mind-Over-Matter
0
stars
0
forks
source link
Get MVP up and running
#10
Open
Gdebortoli
opened
2 years ago
Gdebortoli
commented
2 years ago
Must use Node.js and Express.js to create a RESTful API.
Must use Handlebars.js as the template engine.
Must use MySQL and the Sequelize ORM for the database.
Must have both GET and POST routes for retrieving and adding new data.
Must use at least one new library, package, or technology that we haven’t discussed.
Must have a folder structure that meets the MVC paradigm.
Must include authentication (express-session and cookies).
Must protect API keys and sensitive information with environment variables.
Must be deployed using Heroku (with data).
Must have a polished UI.
Must be responsive
Must be interactive (i.e., accept and respond to user input).
Must meet good-quality coding standards (file structure, best practices, etc.).
Must have a professional README (unique name, description, link to the deployed app).
francisca-hernandez
commented
2 years ago
Done