To-Do app in PHP

PHPMySQLCRUD

My first take on PHP and somewhat rudamentary backend. Took some time just to wrap my head around that the code is serversided and not directly in connection with the front-side. Managed to implement a simple auth system with login and registration using PDO and mySQL. The notes/todos are stored for the different user. The todos can be created, updated and deleted. The whole application is contained in Docker.


What I learned: