/node-postgres-data-layer

DAL with PostgreSQL via Node

Primary LanguageTypeScript

Data Access Layer with PostgreSQL

To begin, install PostgreSQL then restore the dvdrental database from backup.

Check the connection string in db/index before attempting to run the code.

> npm i
> npm t
> npm start