the current backend has a dataset that is seeded through JSON files, and we should add a CMS layer over that to manage the content easily
we have two approaches
- Either add CMS on the JSON repository github.com/gita
- Or we can add this over the Postgress Database (this would be better) but here we’ll have to figure out a way to keep the dataset public for edit suggestions and fixations for typos etc
- We can try something like https://github.com/aminalaee/sqladmin or other open-source CMS platforms