Skip to content

Commit 2735751

Browse files
committed
Update README.md with Docker and .NET installation instructions
1 parent 242f8f8 commit 2735751

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
## Run the project for the first time
22
requirements:
3-
- docker
4-
- .net
5-
- visual studio
3+
- [Docker](https://www.docker.com/products/docker-desktop/)
4+
- [.NET 8](https://dotnet.microsoft.com/pt-br/download/dotnet/8.0)
5+
- [Visual Studio](https://visualstudio.microsoft.com/pt-br/downloads/)
66

7-
step-by-step
7+
step-by-step:
88
1. ```docker-compose up```
99
2. ```npm run create-bucket```
10-
3. cd backend/database
11-
3.1 ```dotnet ef database update```
10+
3. cd backend/database. ```dotnet ef database update```
1211
4. set your Open-AI API Key in appsetting.json
13-
5. run the project
12+
5. run the project. Swagger running at https://localhost:7276/swagger/index.html
1413

1514
## How to use the application
1615
This application is a simulation to user input his actions, is enable by default only five actions: Eat; Jump; Walk; Run; Swim.

0 commit comments

Comments
 (0)