Skip to content

poyrazaktas/Car-Rental-Project

Repository files navigation

Car Rental Project

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.

You can read the README files inside the backend and frontend directory.

How to open this project

  1. First of all, you need to open backend solution.

  2. 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.
  3. Navigate to the front-end directory and run the project.

    cd car-rental-frontend
    ng serve --open
    

Screenshots from the app

Screenshots from the app

Entity Relation Diagram

ER Diagram

Requirements

  • .Net Core v3.1+
  • SQL Server 13.0+
  • Node.js v14.16.0+
  • Angular v11.2.4+

About

A car rental project developed with ASP.Net Core & Angular.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published