Added a NodeJS back-end with Prisma.io for

Previously the themes were stored in JSON files locally. Now they are stored in a Postgres database to be consumed by a NodeJS API using Prisma.io.
Now from the theme editor, I can save a theme right away in the database.

It was my first time using Prisma.io and it's quite nice!