Skip to content

Get the database in use.

Get the database in use using Knex and objection.js for node.js:

  • Make Knex migrations for 'offices', 'users' and 'doorbells' tables
  • Adding 'offices', 'users' and 'doorbells' to DB
  • Updating 'offices', 'users' and 'doorbells' in DB
  • Removing 'offices', 'users' and 'doorbells' in DB
  • Making queries to the database
  • Using objection.js to build models atleast for offices, doorbells and persons
  • Merge database code to backend
  • Getting visible users in alphabetical order
  • Negotiate necessary additions to frontend also
Edited by Petteri Saurus