Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 336 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 336 Bytes

HW2-RentACar

Restful API Design for RentACar App

  • EntityFramework Core and Dapper were used in the project.
  • Automapper was used for model binding.
  • Serilog implemantation was applied.
  • Docker Compose was used for dockerize the project. To setup the project, "docker-compose up" command must be run in the project directory.