

My project jeudemots.42borgata.com has been updated to have a new backend.
Previously, the data was stored in the client side as a monolithic JSON. Now, we use a database. The JSON format is still used to transfer the data from the backend to the frontend.
This changes allowed me to implement a backend UI to manage the data without to connect to the database administration panel. Jokes can be edited, inserted, and accepted in a simple way.
I choose PHP to implement this, without a specific framework, that was for learning purposes only.
Angular 13 / PHP 7.4 / MySQL / phpMyAdmin / XAMPP
