/node-DB-microservice

A boilerplate to bootstrap creating microservice for database access

Primary LanguageJavaScript

Node DB Microservice

This is boilerpate code for my database server api with just the simplest of functionality.

It uses micro, mysql (can be changed), knex and objectionjs

also uses micro-fork and micro-cors

TODO :

  • adding a cache system
  • add function to check whether the required fields are there in the body kind of like this
  {
    required: ["",""],
    optional: ["",""]
  }