You can read this file in Turkish
In this project, I simulated the back-end of a Car Rental system using ASP.Net Core and the front-end using Angular. My aim was to comply with SOLID coding principles while performing this simulation and to increase project scalability using n-Layered Architecture. My motivation was to complete the C# & Angular boot camp assignments I attended kodlama.io.
The project I wrote has been reviewed and approved by the instructor or his team.
-
First of all, you need to open backend solution.
-
Run ASP.Net Core project with IIS Express.
- While IIS Express is running, it can select different ports on different computers. Therefore, if the port number
localhost:44324
is different, in Angular, this change is made via app-settings.ts.
- While IIS Express is running, it can select different ports on different computers. Therefore, if the port number
-
Navigate to the front-end directory and run the project.
cd car-rental-frontend ng serve --open
- .Net Core v3.1+
- SQL Server 13.0+
- Node.js v14.16.0+
- Angular v11.2.4+