Skip to content

PeterHjHan/resource-wall

 
 

Repository files navigation

WallNOPOLY

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.

Final Product

Major Features Walkthrough

Getting Started

  1. npm install
  2. Run the migrations: npm run knex migrate:latest
  3. Run the seeds : npm run knex seed:run
  4. Run the server: npm run local
  5. Visit http://localhost:8080

Dependencies

  • bcryptjs
  • body-parser
  • cookie-session
  • EJS
  • Express
  • Node 5.10.x or above
  • NPM 3.8.x or above
  • PostgreSQL
  • Knex
  • bcrypt
  • knex
  • pg

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 46.5%
  • HTML 32.4%
  • CSS 21.1%