No description
Find a file
Tony Bark 3c43ce2f71 Initial source commit 🎉
Set up a new ASP.NET Core Web API project targeting .NET 10.0. Added basic Todo model, in-memory database context, and CRUD endpoints for Todo items based on tutorial. Included configuration files, launch settings, and .gitignore for Visual Studio and JetBrains IDEs.
2025-11-27 12:15:50 -05:00
.idea/.idea.barkapi.dir/.idea Initial source commit 🎉 2025-11-27 12:15:50 -05:00
Properties Initial source commit 🎉 2025-11-27 12:15:50 -05:00
.gitignore Initial source commit 🎉 2025-11-27 12:15:50 -05:00
appsettings.Development.json Initial source commit 🎉 2025-11-27 12:15:50 -05:00
appsettings.json Initial source commit 🎉 2025-11-27 12:15:50 -05:00
Bark.Api.csproj Initial source commit 🎉 2025-11-27 12:15:50 -05:00
GlobalUsing.cs Initial source commit 🎉 2025-11-27 12:15:50 -05:00
Program.cs Initial source commit 🎉 2025-11-27 12:15:50 -05:00
Todo.cs Initial source commit 🎉 2025-11-27 12:15:50 -05:00