This is my old Portfolio i made in 2021. It's a fake Operating System like MacOS with some windows for each part of my portfolio.
- PHP
- SQL
- JavaScript
- AJAX
- Composer
I write my own PHP framework for this project. It's a MVC framework with a router, a controller and a view.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What things you need to install the software and how to install them:
- Docker
- Docker Compose
A step by step series of examples that tell you how to get a development environment running:
- Clone the repository
- Run the following command:
docker-compose up
- Open your browser and go to
http://localhost:3004