Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 359 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 359 Bytes

Restful API with PostgreSQL and Express

A guide to learn the fundamental PostgreSQL crud operations to build restful api.

  • Build express server and create database/table
  • Connect server and database
  • Create routes and db queries with node-postgres (pg)

Project setup

npm install

Spin up the development server

npx nodemon