From a3107520d40d762f583c424e5a34dedc2412745c Mon Sep 17 00:00:00 2001 From: itsscb Date: Thu, 5 Oct 2023 13:51:15 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ddbf590..badea11 100644 --- a/README.md +++ b/README.md @@ -3,10 +3,10 @@ To first run the application in your local environment you can use ``` -# to (re-)build the app image including migration +# First: (re-)build the app image including migration make backend_build -# to run the db and the app as docker containers +# Second: run the db and the app as docker containers make backend ``` @@ -69,6 +69,7 @@ Should you want to make changes you need further tools. - [sqlc](https://docs.sqlc.dev/en/stable/overview/install.html): For generating code from `postgres` queries - [gomock](https://github.com/uber-go/mock): For generating a mock database for testing +- evans: For testing gRPC endpoints ## Frontend