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.
git clone https://github.com/blacksmith94/PhoneBookService.git
cd PhoneBookService
docker-compose up
The API will be served at http://localhost:7628
The project includes API documentation with Swagger.
Served at http://localhost:7628/swagger