Simple NodeJS Rest API with CRUD routes. Using SQLite database
$ git clone https://github.com/ricardo-rp/medic-db-backend.git
$ cd node-js-sqlite
$ yarn
$ yarn dev
It will be running on port 4300
The database is already populated with random values from https://www.mockaroo.com/
The Node version used was 6.9.3