SQL recipe app - uses PostgresQL / Dust / Express
- git clone https://github.com/mstrieleman/SQL-recipe-app.git
- npm install
- alter connection URI located in index.js, labeled as "connectionString" with credentials that reflect your PostgreSQL server
- npm run start