Compare commits

...

1 Commits

Author SHA1 Message Date
Leni BEAULATON aa5c4df62e Mise à jour de 'README.md'
1 month ago

@ -1,2 +1,17 @@
# WF-PmAPI
# WF-PM API
### Commandes de démarrage
Installer les outils dotnet
```bash
dotnet tool install --global dotnet-ef
```
Générer une migration
```bash
dotnet ef migrations add myFirstMigration
```
Générer la base de donnée
```bash
dotnet ef database update
```

Loading…
Cancel
Save