AIDA (AI Developer Assistant) is an ASP.NET Web API application built using .NET 9. This application leverages AI to convert requirements into Pull Requests, streamlining the development process and enhancing productivity.
- Convert requirements into Pull Requests using AI
- Built with ASP.NET Web API and .NET 9
- Streamlined development workflow
- .NET 9 SDK
- Visual Studio or any other compatible IDE
- Clone the repository:
git clone https://github.com/patrob/aida-example-repo.git
- Navigate to the project directory:
cd aida-example-repo - Restore the dependencies:
dotnet restore
- Build the application:
dotnet build
- Run the application:
dotnet run
Once the application is running, you can access the API endpoints to convert requirements into Pull Requests. Detailed API documentation can be found here.