Personal Library Project built with Postgres & Pug

Hey fellow campers,

I decided to complete the Personal Library project using a different stack to try something different. In case it’s useful to anyone the Github link is below

https://github.com/jamesfmac/fcc_personal_library

The key parts of the stack:

  • Pug - Templating for the demo UI
  • Postgres - DB
  • Knex - Query builder (also DB migrations and seeds)
  • Express-validator - API validation
  • Mocha/Chai - Test runner and assertion

Hope this is helpful to someone :slight_smile:

James

@jamesfmac Can you post the live version of your web application so that we may view it?