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

https://github.com/2gbeh/ctor

Dispatch & Logistics Services | Babago API
https://github.com/2gbeh/ctor

azure csharp dotnet-core sql-server

Last synced: 7 months ago
JSON representation

Dispatch & Logistics Services | Babago API

Awesome Lists containing this project

README

          

# Ctor

Dispatch & Logistics Services | Babago API

[![C#](https://img.shields.io/badge/CSharp-13.x-178600.svg)](https://learn.microsoft.com/en-us/dotnet/csharp/tour-of-csharp/overview)
[![DotNet](https://img.shields.io/badge/.NET-9.x-68217A.svg)](https://learn.microsoft.com/en-us/aspnet/core/tutorials/min-web-api?view=aspnetcore-9.0&tabs=visual-studio)
[![SQLServer](https://img.shields.io/badge/SQLServer-16.x-CC2927.svg)](https://www.w3schools.com/mysql/default.asp)

![Azure](https://img.shields.io/badge/azure-%230072C6.svg?style=for-the-badge&logo=microsoftazure&logoColor=white)

## Setup

```bash
# Clone repository
git clone https://github.com/2gbeh/Ctor.git
cd Ctor
code .

# Restore dependencies
dotnet restore

# Run database migration
dotnet ef database update

# Troubleshoot database migration
dotnet tool install --global dotnet-ef

# Run web server
dotnet watch run
> http://localhost:5288/swagger
```

## Documentation

| Title | URL |
| :------------------------------------------- | :---------------------------------------------------------------------------------------------------------- |
| C# Tutorial | https://www.w3schools.com/cs/index.php |
| Web API .NET 6 2022 (Teddy Smith) | https://www.youtube.com/playlist?list=PL82C6-O4XrHdiS10BLh23x71ve9mQCln0 |
| REST APIs in .NET 9 (freeCodeCamp.org) | https://www.youtube.com/watch?app=desktop&v=38GNKtclDdE |
| Getting Started with Minimal API | https://learn.microsoft.com/en-us/training/modules/build-web-api-minimal-api/?WT.mc_id=dotnet-35129-website |
| Intro to Web API in .NET 6 (IAmTimCorey) | https://www.youtube.com/watch?app=desktop&v=87oOF9Ve-KA |
| Minimal API in .NET 6 - Part 2 (IAmTimCorey) | https://www.youtube.com/watch?app=desktop&v=5tYSO5mAjXs |

## Screenshots

![Social Preview](./social-preview.png)