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?
- Fork/Clone
- Install dependencies -
npm install
- Run -
psql -U postgres -f puppies.sql
- Run the development server -
npm start