Skip to content

daolavi/DemoWebApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DemoWebApi

Introduction

A small project utilising C# and .NET 8.0 to develop a web API adhering to Domain-Driven Design (DDD) best practices.

Features

  • Get Demo Task: Get a demo task by id.
  • Create Demo Task: Create a demo task.
  • Complete Demo Task: Complete an existing task.

Prerequisite

  • Docker & Docker Compose for containerisation.
  • .NET 8 SDK & runtime.

Quick Start

  1. Build and deploy with Docker Compose:

    docker compose up --build
  2. Release resources:

    docker compose down

Author

  • Dao Lam

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published