Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexysb9032/rentacar-backend
RentACar is a car rental solution. This project includes an enterprise-grade solution for building RESTful services using ASP.NET Web API and C#.
https://github.com/alexysb9032/rentacar-backend
csharp dotnet dotnet-core rentalsystem rentcar
Last synced: 22 days ago
JSON representation
RentACar is a car rental solution. This project includes an enterprise-grade solution for building RESTful services using ASP.NET Web API and C#.
- Host: GitHub
- URL: https://github.com/alexysb9032/rentacar-backend
- Owner: alexysb9032
- Created: 2024-09-21T15:10:06.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2024-09-21T15:27:01.000Z (about 2 months ago)
- Last Synced: 2024-10-29T08:06:03.103Z (22 days ago)
- Topics: csharp, dotnet, dotnet-core, rentalsystem, rentcar
- Homepage:
- Size: 6.22 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RentACarProject
RentACar is a car rental solution. This project includes an enterprise-grade solution for building RESTful services using ASP.NET WebAPI and C#.
Here is the list that you can make with this project right now;- CRUD operations for Cars, Colors, Brands, Users, Customers and Rentals.
- Authorization Added. You need to be logged in and having a claim for add, update and delete operations
- Working with a real DB (MSSQL)
- EntityFramework files added
- IEntity, IDto, IEntityRepository, EfEntityRepositoryBase added
- Core Layer added
- WebAPI, JWT, IoC, Interceptors,AutofacThe rules that I tried to follow rules when writing this project
- SOLID Principles,
- Clean Coding,
- DRY (Don't Repeat Yourself)## Türkçe Açıklama
### Proje SOLID, Kurumsal Yazılım Mimari, AOP ve Yazılım Geliştirme Prensiplerine uygun geliştirildi.
* .Net Core 7.0 platformu ile geliştirildi.
* **Cross Cutting Concerns** "kesişen ilgililer" **interceptor *Autofac** kütüphanesi kullanılarak geliştirildi.
* Performance
* Transaction
* Validation
* Caching* Entity Framework ORM kullanılarak geliştirildi.
* **AOP** ile **Cross Cutting Concerns** "kesişen ilgililer" projede modülarite yapıda geliştirildi.
* **Exception Middleware** ile Merkezi hata mekanizması geliştrildi.
* **Claim** Mekanizması ile rol bazlı yetkilendirmenin sınırları esnetildi.
* **JWT (JSON Web Token)** kimlik doğrulaması entegre edildi.
* **Fluent Validation** ile validasyon(doğrulama) işlemleri geliştirildi.
* **IoC(Inversion Of Control)** ile (loose coupling) olan nesneler oluşturuldu.
* **REST VE RESTFUL WEB SERVİS** ile sunucu-istemci iletişimi sağlandı.### C# Backend Katmanlar
* **Core**: Toolların diğer projelerde kullanılmasını sağlayan genel bir katmandır.
* **Entities**: Veritabanındaki tabloları nesneye dönüştürdüğümüz katman.
* **DataAccess**: Veritabanı işlemlerini yaptığımız katman.
* **Business**:İş kurallarımızı geliştirdiğimiz katman.
* **WebAPI**: Restful (Representational State Transfer) HTTP protokolü ile sunucu-istemci iletişimi sağladığımız katman.## GIF
![RentaCar](https://github.com/birkankaraer/MaskeTakip/assets/139279313/fb55d03d-4499-45af-bb60-88430dbc8e5e)
# WEBAPI-SWAGGER
![rentacarswagger](https://github.com/birkankaraer/RentACar-Frontend/assets/139279313/d8af30c9-b565-4553-b56b-bab3279d70eb)## Contact
Birkan Karaer - [email protected]
Linkedin - [Linkedin](https://www.linkedin.com/in/mustafabirkankaraer/)
Project Link: [https://github.com/birkankaraer/RentACar-Backend](https://github.com/birkankaraer/RentACar-Backend)