About Camagru


A student project

Camagru is a project from Campus 19 (part of the 42 Network).
I had to do this website alone, and I had to follow a set of rules in order to obtain a good grade.

Art of the Camagru Dragon is made by Maeva Latour (@sadbooxx), an art student in Brussels.


Technical details

This site is made in vanilla PHP, vanilla JS, Bootstrap and SASS.
It was firstly using SQLite3, then migrated to Postgresql, to get a stateless app (in order to support Kubernetes deployment). The session data is stored in the database and not the local file directory.
The dark theme is generated via Dark Reader.


Security and Privacy

This website was made with security in mind. While it is not protected against bots and spam, the website has to pass verification tests from three students of the school, be it students that specialize in Web, UNIX, Cybersecurity, etc. No data is used in any way other than what you see on the website. The website is self-hosted (bare-metal). No data is stored on the cloud.