Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 728 Bytes

File metadata and controls

23 lines (17 loc) · 728 Bytes

The Waterhole

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.

Final Project

"Screenshot of URLs page"

Getting Started

  1. Install dependencies using the npm install command.
  2. Start the web server using the npm start command.
  3. Run migrations: npm run knex migrate:latest.
  4. Run the seed: npm run knex seed:run.
  5. Go to http://localhost:8080/ in your browser to see the website.

Dependencies

  • Node 5.10.x or above
  • NPM 3.8.x or above
  • Express
  • body-parser
  • Knex
  • PostgreSQL