Pets-without-names / Jax-Pet-Names

This project is a collaboration designed to create a pet naming web application.
MIT License
3 stars 2 forks source link

Rewrite queries to use knex query builder #18

Closed murjax closed 1 year ago

murjax commented 1 year ago
  1. Add knex.js file to source the database configs per environment.
  2. Replace the raw SQL queries with knex query builder. This builds the same SQL as before.
  3. Add 404 support to show and update endpoints.