ASP.NET Core Web API created to manage a simple car rental.
- ASP.NET Core 7
- Entity Framework Core 7
- Microsoft SQL Server
- JWT
- AutoMapper
- FluentValidation
- NLog
- Swagger
- Register new user
- Login user
- Get all cars
- Get specific car
- Add car
- Update car
- Delete car
- Get all orders
- Get specific order
- Create order
- Update order
- Delete order
