I prepared this project in accordance with its solid principle to improve myself and learn about corporate software architecture. This project is the backend part of a car rental system. If you want to look at the frontend part of the car rental system, check the link below.
Project is created with:
-
.NET
-
ASP.NET for Restful api
-
EntityFramework Core
-
Autofac
-
FluentValidation
-
MsSql
-
Layered Architecture Design Pattern
-
AOP
-
Autofac dependency resolver
-
IOC
-
JWT
- Change local path address
- Delete Mıgrations Folder
- Open Nuget Package Manager Console
- Type add-Migration MigrationName and press the Enter button. If this process was successful, go to the next step.
- Type update-database and press the Enter button.
- Follow these steps all setup will be finished.
The source code of this project is valid on use under GPL v3 license. For more detailed information, you can review the LICENSE document.