Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meteatamel/duetai-aspnet-webapi
Test and change an existing ASP.NET web app with Duet AI
https://github.com/meteatamel/duetai-aspnet-webapi
Last synced: 2 days ago
JSON representation
Test and change an existing ASP.NET web app with Duet AI
- Host: GitHub
- URL: https://github.com/meteatamel/duetai-aspnet-webapi
- Owner: meteatamel
- License: apache-2.0
- Created: 2024-01-15T10:22:23.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-01-17T14:15:06.000Z (12 months ago)
- Last Synced: 2024-12-27T05:41:55.558Z (7 days ago)
- Language: C#
- Homepage:
- Size: 195 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Duet AI: Test and change an existing ASP.NET web app
This is a walkthrough to take an existing ASP.NET web app (a todo list app),
explore it, test it, add a unit test, add new functionality, and add more unit
tests for the new functionality all with the help of Duet AI.You can see the initial app in [before](./before/) folder and the final app with
added functionality with the help of Duet AI in [after](./after/) folder.## Prerequisites
We're assuming that you already have Duet AI installed and running in Cloud
Code. Check out [Set up Duet AI in your
IDE](https://cloud.google.com/duet-ai/docs/discover/developers#ide) to setup
Duet AI in your IDE.## Steps
Follow the following steps:
* [Todo list app](./docs/todo-list-app.md)
* [Explain code with Duet AI](./docs/explain-code.md)
* [Test code with Duet AI](./docs/test-code.md)
* [Add unit tests with Duet AI](./docs/add-unit-tests.md)
* [Add new functionality with Duet AI](./docs/add-new-functionality.md)
* [Add more unit tests to test new functionality with Duet AI](./docs/add-more-unit-tests.md)