Welcome to my school project for the course "mvc" in the program Webbprogrammering in Blekinge Institute of Technology. This is a Symfony-based web application built using Twig, PHP, controllers and API.
Follow these steps to clone the repo and start the project locally
- Clone the repo
git clone https://github.com/jonathanfriberg/mvc.git
cd mvc- Install dependencies
Make sure you have PHP, Composer, and Symfony CLI installed.
Then run:
composer install- Start the development server
symfony server:startsrc/Controller - All controllers, routes templates/ - Twig templates public/ - Public files, images for example
