A full stack Pinterest-style website for users to save and share learning resources, supporting various user interactions such as liking or unliking a post, commenting, and rating.
- Install dependencies using the
npm installcommand. - Start the web server using the
npm startcommand. - Run migrations:
npm run knex migrate:latest. - Run the seed:
npm run knex seed:run. - Go to http://localhost:8080/ in your browser to see the website.
- Node 5.10.x or above
- NPM 3.8.x or above
- Express
- body-parser
- Knex
- PostgreSQL
