Designing a RESTful API With Node and Postgres

Want to learn how to build this project?

Check out the blog post.

Want to use this project?

  1. Fork/Clone
  2. Install dependencies - npm install
  3. Run - psql -U postgres -f puppies.sql
  4. Run the development server - npm start