A web based favorites dashboard to save links from the web. Applying MVC paradigm: routing with express for the backend, express handlebars to view the frontend and sequelize for database handling.
User story:
AS a person who browses the web and collects a lot of information
I WANT an app to store useful resources such as videos, blogs etc
AND have all the data organized in a friendly and intuitive UI
SO THAT I can easily access those resources when needed.
npm i
npm run seed (optional)
Follow login/signup instructions
Web based, easy and simple way to save and navigate your web favorites, links and resources to the cloud and access them from any device. With its easy and simple functionality, elegant and efficient design, it is meant to help you in all your resource keeping needs.
There are no tests for this program.
https://fav-dash.herokuapp.com/
Express.js
Node.js
MySQL2
Sequelize
dotenv
bcrypt
connect-session-sequelize
express-session
express-handlebars
nodemon