You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Chapter-1-initial-architecture/README.adoc
+2-11Lines changed: 2 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -197,17 +197,8 @@ to download it from the official Microsoft website.
197
197
198
198
=== Run locally
199
199
200
-
The Fitnet application requires Docker to run properly.
201
-
202
-
There are only 3 steps you need to start the application:
203
-
204
-
1. Make sure that you are in `/Src` directory.
205
-
2. Run `docker-compose build` to build the image of the application.
206
-
3. Run `docker-compose up` to start the application. In the meantime it will also start Postgres inside container.
207
-
208
-
The application runs on port `:8080`. Please navigate to http://localhost:8080 in your browser or http://localhost:8080/swagger/index.html to explore the API.
209
-
210
-
That's it! You should now be able to run the application using either one of the above. :thumbsup:
200
+
The Fitnet application uses .NET Aspire for local development.
201
+
Simply run the .NET Aspire project to start the application locally.
211
202
212
203
=== How to run Integration Tests?
213
204
To run the integration tests for the project located in the `Fitnet.IntegrationTests` project, you can use either the command:
0 commit comments