Skip to content

Latest commit

 

History

History
73 lines (41 loc) · 1.62 KB

README.md

File metadata and controls

73 lines (41 loc) · 1.62 KB

favdash

Project Description

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.

Table Of Contents

Installation

npm i

npm run seed (optional)

Follow login/signup instructions

Usage

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.

Tests

There are no tests for this program.

Screenshots

image

image

image

Deployment

https://fav-dash.herokuapp.com/

Technologies

Express.js

Node.js

MySQL2

Sequelize

dotenv

bcrypt

connect-session-sequelize

express-session

express-handlebars

nodemon