Skip to content

blacksmith94/PhoneBookService

Repository files navigation

Phone Book Service

This project is a micro-service that serves a RESTful API made with .NET 6 that will let the user add, find and remove people from a phonebook.

Using Domain Driven Design architecture and following SOLID principles.

Also using:

  • Entity Framework
  • Fluent Validation

The API can be served using Docker containers.

Clone, Build and Run

  • git clone https://github.com/blacksmith94/PhoneBookService.git
  • cd PhoneBookService
  • docker-compose up

The API will be served at http://localhost:7628

OpenAPI Specification

The project includes API documentation with Swagger.

Served at http://localhost:7628/swagger

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages