Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.01 KB

README.md

File metadata and controls

25 lines (20 loc) · 1.01 KB

Rent A Car Backend Exclusive

This project is a recap project to new learned. Developed with .NET 7.

💻 Tech Stack

OOP, AOP, N-Tier Architecture, Clean Code, SOLID, Design Patterns, JWT Security Token, Autofac(IoC Container), AutoMappers, Fluent Validation(Entity Validation), Entity Framework(ORM), LINQ, Redis Cache(Distributed Cache), Unit Test(XUnit, Moq Framework), Asyncronous Programming, Docker, MS SQL(Database), Postman(API Testing), WebAPI

CI / CD

Github Actions, Gitlab CI / CD Pipeline

If you want use this project

1 - Firstly, download and execute sql database script
2 - Second, download .Net 7 SDK
3 - third, Download this project as a zip file.
4 - finally, open the project in Visual Studio and right click the solution explorer window, click the open in terminal and execute this commands
dotnet restore
dotnet build

Now, You can use the project 🎉🎉🎉