https://github.com/studoo-app/cyber-audit-code-symfony
https://github.com/studoo-app/cyber-audit-code-symfony
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/studoo-app/cyber-audit-code-symfony
- Owner: studoo-app
- Created: 2023-02-20T00:48:10.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-22T11:38:18.000Z (over 3 years ago)
- Last Synced: 2023-12-13T17:52:17.424Z (over 2 years ago)
- Language: PHP
- Size: 15.9 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# CYBER AUDIT CODE SYMFONY
Faire une audit de code du projet "Taxe Pasdebol"
### Pré-requis
- [ ] Installer Docker : [https://docs.docker.com/get-docker/](https://docs.docker.com/get-docker/)
- [ ] Installer Docker Compose : [https://docs.docker.com/compose/install/](https://docs.docker.com/compose/install/)
### Optionnel :
- [ ] Installer TaskFile > v3.20 : [https://taskfile.dev/installation/](https://taskfile.dev/installation/)
### Démarrer le projet
Installation et démarrage des services via docker
```shell
docker compose up -d
```
Démarrage du serveur Symfony
```shell
symfony serve -d
```
Si vous avez Taskfile
```
task start
```
Migration et installation des fixtures
```shell
symfony console d:m:m
symfony console d:f:l
```
Une fois les services disponibles :
Le code à auditer est disponible sur l'URL : [http://localhost:8000](http://localhost:8000)
L'administrateur à la base de donnée : [http://localhost:8081](http://localhost:8081)
### Comptes utilisateurs
Administrateur
```shell
admin@mail.dev / password
```
Entreprise
```shell
company@mail.dev / password
```