Welcome to my .Net Code Portfolio WebApi Project, a cutting-edge software solution designed to showcase my skills and experience as a software developer. This project is built with robust and scalable architecture, ensuring high performance and reliability, using concepts such as Domain-Driven Design (DDD), Clean Architecture, and SOLID principles.
Tools: Linux (Manjaro), VSCode, Docker;
- App.Application: Our core application logic resides here.
- App.WebApi: This is our interface to the outside world, a high-performance RESTful API.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- .NET Core 3.1 or later
- Docker
- Dev Containers Extension (optional)
- Clone the repo
git clone https://github.com/K-eL/code-portfolio-dotnet-backend.git
- Build the project
cd code-portfolio-dotnet-backend
dotnet build App.sln
- Running the project
dotnet run --project src/App.WebApi/App.WebApi.csproj
dotnet test
Distributed under the MIT License. See LICENSE for more information.
- Email: [email protected]
- LinkedIn: linkedin.com/in/claudiothorschmidt
Thank you for visiting my project. I look forward to receiving your feedback.
Happy coding! 🚀