SD后端工程测试

时间:2024-03-07 23:10:20
【文件属性】:

文件名称:SD后端工程测试

文件大小:32KB

文件格式:ZIP

更新时间:2024-03-07 23:10:20

C#

作者:Irina Ivahno 日期:06/06/2020 描述 C#.Net Core 3.1 API中的解决方案。 提供井字游戏的API端点。 玩家1移动时,始终为“ X”。 玩家2放“ 0” 终点: - Get all games: GET /games/ - Create new game/board: POST: /games/ - Get game details: GET: /games/ - Player plays: PUT: /games/ Body of the request should be in following format: { "player":<1>, "move_coordinates":"1,1" } Boar


【文件预览】:
sd-backend-engineering-test-master
----Logic()
--------IGameEvaluator.cs(246B)
--------BasicGameEvaluator.cs(3KB)
----build.sh(404B)
----tictactoe_service.csproj(929B)
----Configuration()
--------AWSDynamoConfig.cs(384B)
----LambdaEntry.cs(2KB)
----Startup.cs(4KB)
----tictactoe_service.csproj.user(402B)
----appsettings.Development.json(162B)
----Program.cs(2KB)
----serverless.yaml(2KB)
----Controllers()
--------GamesController.cs(2KB)
----Models()
--------ViewModels()
--------GamesListItem.cs(743B)
--------GameEntity.cs(2KB)
----Lambda()
--------Functions.cs(4KB)
----Properties()
--------launchSettings.json(780B)
----CQRS()
--------Shared()
--------Queries()
--------Commands()
----README.md(3KB)
----tictactoe_service.sln(1KB)
----tictactoe.postman_collection.json(2KB)
----Data()
--------IRepository.cs(628B)
--------InMemoryRepository.cs(2KB)
--------DynamoDbRepository.cs(5KB)
----appsettings.json(359B)
----.gitignore(41B)
----build.cmd(224B)

网友评论