Skip to content

Commit cf800ef

Browse files
committed
docs: update documentation of aspire
1 parent 27e5b89 commit cf800ef

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

Chapter-1-initial-architecture/README.adoc

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -197,17 +197,8 @@ to download it from the official Microsoft website.
197197

198198
=== Run locally
199199

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.
211202

212203
=== How to run Integration Tests?
213204
To run the integration tests for the project located in the `Fitnet.IntegrationTests` project, you can use either the command:

0 commit comments

Comments
 (0)