The project developed is an e-commerce project that can manage car rental operations. It is a project suitable for modular PnP (Plug and Play) architecture, based on SOLID software development principles and clean architecture methods.
# Clone to repository
$ git clone https://github.com/SafiyeMermer/ReCapProject
# Go to the folder you cloned
$ cd ReCapProject
# Install dependencies
$ dotnet restore
# Run the application from the WebAPI layer