Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)