- Symfony 5.4
- php >=8.0
- Setup environment:
- Setup BDD in .env.* file in the project root
DATABASE_URL="mysql://user:[email protected]:3306/db_name?serverVersion=8.0&charset=utf8mb4
) - Enter maker command:
make first-install
- Open the browser and go to https://localhost:8000/
- Et voilà !
- Setup BDD in .env.* file in the project root
- Run tests with
make tests
Access API Documentation at https://localhost:8000/api
You can find img with structure of the database at the end of the document
- Find bdd dump & xls file in ressources folder
This project was generated with Angular CLI version 13.2.2.
- run command:
make first-install
- Open the browser and go to http://localhost:4200/
- Et voilà !
Réalisation d’un système d’import du fichier Excel en pièce jointe, avec une interface de gestion des données.
En tant qu’utilisateur
Je souhaite pouvoir importer le fichier Excel dans une base de données
Afin de pouvoir consulter, modifier ou supprimer les informations depuis une interface graphique
La partie backoffice doit être réalisée avec Symfony.
La partie frontend doit être réalisée avec Angular