DEV Community

Discussion on: What was your win this week?

Collapse
 
borrislearns profile image
Ben Morris • Edited
  • Got my first API with PostgreSQL DB on AWS RDS up and running.
  • Learned about and implemented PG Promise to connect and query a DB using raw SQL files.
  • Migrated to a remote Test DB using knex-migrate-sql-file by ozum
  • Set up and Seeded the same DB using raw SQL files via knex by vitaly-t
  • Set up testing of the API on the RDS instance with mocha / chai to run with an npm script.