All the code

This commit is contained in:
Marijn Doeve
2024-09-24 22:58:38 +02:00
commit 05f07e9759
49 changed files with 7943 additions and 0 deletions

18
README.md Normal file
View File

@@ -0,0 +1,18 @@
# MyWheels Assessment Marijn Doeve
This project is built with Symfony 7.1, API Platform 4.0 and Doctrine
## Usage
### Requirements
- Docker
- symfony cli
- composer
- php 8.3
Bootstrapping the project
```shell
make bootstrap
```