mirror of
https://git.tonybark.com/tonytins/bark.api.git
synced 2026-02-10 08:14:47 -05:00
No description
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. |
||
|---|---|---|
| .idea/.idea.barkapi.dir/.idea | ||
| Properties | ||
| .gitignore | ||
| appsettings.Development.json | ||
| appsettings.json | ||
| Bark.Api.csproj | ||
| GlobalUsing.cs | ||
| Program.cs | ||
| Todo.cs | ||