A collaborative resource wall (Pinterest clone) with a Monopoly property card theme. Any resource can be found through the topics dropdown or search query. Registered/logged in users are able to create, like, rate, and comment on other users' posts. On users' pages, created and liked posts are saved for convenient referral.
This was a collaborative project with Peter Han, Bassem Kaddour, and Monica Lee.
- 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 - Run migrations:
npm run knex migrate:latest
- Check the migrations folder to see what gets created in the DB
- Run the seed:
npm run knex seed:run
- Check the seeds file to see what gets seeded in the DB
- Run the server:
npm run local - Visit
http://localhost:8080/
- bcryptjs
- body-parser
- cookie-session
- EJS
- Express
- Node 5.10.x or above
- NPM 3.8.x or above
- PostgreSQL
- Knex
