Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KomnisEvangelos authored Jun 16, 2024
1 parent 70ce0af commit 414d970
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,10 @@
- POST /courses
- PUT /courses/{id}
- DELETE /courses/{id}

# Run the following commands
- composer install
- docker-compose up -d –build
- (docker-compose up -d)
- docker exec -it rest_crud-app-1 php artisan migrate
- docker exec -it rest_crud-app-1 php artisan migrate:refresh --seed

0 comments on commit 414d970

Please sign in to comment.