Hacker News new | ask | show | jobs
by yanjost 2204 days ago
I’m using Strapi + VueJs for making a static website more dynamic for a NGO and it works like a charm ! The only issue I had so far is that the admin form customizations seem to be stored in the database instead of application files, so it’s not possible to replicate them easily between environments
2 comments

OK this is 2020s Drupal all over again. EDIT: uses Mongo DB

It's now 2x red flags for me. Bye.

Strapi can use PostgreSQL, MongoDB, SQLite, MySQL and MariaDB currently.
It uses Knex or Mongoose which covers most modern DBs.
Yed! Thank you. Model data and customizations needs to be under source control. That's what I'm doing in my .NET Core CMS.