File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 11## Run the project for the first time
22requirements:
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:
881 . ``` docker-compose up ```
992 . ``` 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 ```
12114 . 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
1615This application is a simulation to user input his actions, is enable by default only five actions: Eat; Jump; Walk; Run; Swim.
You can’t perform that action at this time.
0 commit comments