Skip to content

Latest commit

 

History

16 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# OrderFlow API

Backend API for B2B order and invoicing management.

This project is part of a professional portfolio focused on real-world backend development using .NET.


## Features (current)

- Health endpoint (GET /health)

- Swagger documentation (Development)


## Tech stack

- .NET 8

- ASP.NET Core Web API

- SQL Server (planned)

- Entity Framework Core (planned)

- xUnit (planned)


## Architecture

Clean Architecture (simplified):

- **OrderFlow.Api**

  HTTP endpoints, middleware, dependency injection

- **OrderFlow.Application**

  Use cases, DTOs, validation logic

- **OrderFlow.Domain**

  Domain entities and business rules

- **OrderFlow.Infrastructure**

  Data access and external integrations


## Run locally

dotnet restore

dotnet run --project src/OrderFlow.Api


About

B2B Order and Invoicing API built with .NET 8 (portfolio project)

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages