Hello Everyone!
It is a car rental project developed during the Software Development Camp. In general, the project was designed in accordance with the layered architecture and the entity framework is used as the ORM. Console application is determined as the user interface.
First, open the terminal and enter below commands:
# Clone the repository
$ git clone https://github.com/AbdullahOztuurkk/Rent-A-Car-Project.git
# Go to project folder
$ cd Rent-A-Car-Project
# Install Dependencies
$ dotnet restore