This commit is contained in:
19
README.md
19
README.md
@@ -18,11 +18,26 @@ Installiere Abhängigkeiten
|
||||
Starte MySQL-Server:
|
||||
> docker compose up
|
||||
|
||||
Erstelle Datenbank
|
||||
Erstelle Datenbank (nicht die Tabellen)
|
||||
> bin/console doctrine:database:create
|
||||
|
||||
Erstellen der Tabellen
|
||||
> bin/console doctrine:migrations:migrate
|
||||
|
||||
Update der Datenbank
|
||||
> bin/console doctrine:migrations:execute
|
||||
|
||||
Starte Server
|
||||
> make dev-server
|
||||
|
||||
API-Übersicht
|
||||
> https://127.0.0.1:8000/api
|
||||
> https://127.0.0.1:8000/api
|
||||
|
||||
Update Symphony
|
||||
> composer update
|
||||
|
||||
# Benutzen
|
||||
--------------
|
||||
|
||||
Hiltes Import
|
||||
> bin/console hiltes:import
|
||||
Reference in New Issue
Block a user