A fullstack POC with .NET backend, Angular frontend, and AI integration using Copilot / GPT
This is a proof-of-concept project that combines a fullstack web application with AI capabilities. It features:
- π§ AI Integration (GitHub Copilot, Azure Copilot, or OpenAI/GPT - TBD)
- βοΈ Backend: ASP.NET Core Web API
- π» Frontend: Angular
- π§ͺ Purpose: Allow users to interact with an AI assistant through the UI to ask coding questions, get suggestions, and request code enhancements.
- Create a developer-focused assistant built into a web app
- Use AI to generate or suggest code improvements
- Demonstrate integration of modern tools (Copilot / GPT APIs) into a custom app
Layer | Technology |
---|---|
Frontend | Angular |
Backend | ASP.NET Core (C#) |
AI | GitHub Copilot / Azure Copilot / OpenAI GPT |
Auth | Token-based or OAuth (TBD) |
Hosting | Azure or Local (TBD) |