K-eL / code-portfolio-dotnet-backend

This is a Work-in-Progress code portfolio for a .Net (C#) WebAPI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸš€ Code Portfolio - .Net WebApi (Work in Progress)

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;

πŸ“š Table of Contents

🎁 Features

  • App.Application: Our core application logic resides here.
  • App.WebApi: This is our interface to the outside world, a high-performance RESTful API.

πŸš€ Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • .NET Core 3.1 or later
  • Docker
  • Dev Containers Extension (optional)

Installation

  1. Clone the repo
git clone https://github.com/K-eL/code-portfolio-dotnet-backend.git
  1. Build the project
cd code-portfolio-dotnet-backend
dotnet build App.sln
  1. Running the project
dotnet run --project src/App.WebApi/App.WebApi.csproj

πŸ§ͺ Running Tests

dotnet test

πŸ“œ License

Distributed under the MIT License. See LICENSE for more information.

πŸ“§ Contact


Thank you for visiting my project. I look forward to receiving your feedback.

Happy coding! πŸš€

About

This is a Work-in-Progress code portfolio for a .Net (C#) WebAPI


Languages

Language:C# 94.9%Language:Dockerfile 5.0%Language:Shell 0.2%