Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 391 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 391 Bytes

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