This API enables you to do CRUD operations for themes
Use NodeJs 12
$ npm install# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prodThe API uses NeDB which is an in memory datastore whose query lang is a subset of MongoDB.
It is a NoSQL DB in nature and it writes to theme.data.db.
If NeDB is working well you should see "Theme Database Loaded" logged to the console.
If you do not see this there may be an issue with the API accessing your file system. Please contact steven@withnorby.com if you get stuck.
Navigate to http://localhost:3000/swagger