This is a repository for the course MVC at BTH.
See project live here: https://www.student.bth.se/~KAAA19/dbwebb-kurser/mvc/me/report/public/about
See Symfony requirements: https://symfony.com/doc/current/setup.html#technical-requirements PHP 8.2 or later
Clone the repo.
git clone git@github.com:KarlComSe/mvc-report.gitInstall the dependencies.
npm install
composer installStart local server or run locally somehow
I've configured a local apache2 server to run the project, please see the documentation on how to install it and configure a server on your system. It should be possible to run using other methods, such as the built-in PHP server, but I have not tested it.
Within part 2 of the course, the assignment was related to OO programming, specifically to try some OO concepts and to develop a deck of cards, an API and so forth. The UML diagram is available here



