Hooked is a multi page website where users can post links and content of their choice for other people to see and interact with.
- Someone who wants to share links they find on the internet.
- A bored internet user that wants to see content other people share.
- A critique who wants to give their opinions on a user's content.
- Create the
.envby using.env.exampleas a reference:cp .env.example .env - Update the .env file with your correct local information
- Install dependencies:
npm i - Fix to binaries for sass:
npm rebuild node-sass - Reset database:
npm run db:reset
- Check the db folder to see what gets created and seeded in the SDB
- Run the server:
npm run local
- Note: nodemon is used, so you should not have to restart your server
- Visit
http://localhost:8080/
- Express 4.17
- cookie-session 1.4
- bcrypt 2.0
- Node 10.x or above
- NPM 5.x or above
- PG 6.x


