bitDaft / node-DB-microservice

A boilerplate to bootstrap creating microservice for database access

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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: ["",""]
  }

About

A boilerplate to bootstrap creating microservice for database access


Languages

Language:JavaScript 100.0%