This project will lengthen shortened urls, shorten extended urls. It has a manageable structure from config.
- Hexagonal Architecture
- Domain Driven Design
- Mediator Pattern
- CQRS
- Event Sourcing
- Adapter Pattern
- Integration Test
- Redis
- Memory Cache
- Asp.net 3.1
- Mediatr
- AutoMapper
- CacheManager
- Docker
Request | Response |
---|---|
https://www.tufan.com/casio/saat-p-1925865?boutiqueId=439892&merchantId=105064 | tf://?Page=Product&ContentId=1925865&CampaignId=439892&MerchantId=105064 |
https://www.tufan.com/casio/saat-p-1925865 | tf://?Page=Product&ContentId=1925865 |
https://www.tufan.com/casio/saat-p-1925865?boutiqueId=439892 | tf://?Page=Product&ContentId=1925865&CampaignId=439892 |
https://www.tufan.com/casio/saat-p-1925865?merchantId=105064 | tf://?Page=Product&ContentId=1925865&MerchantId=105064 |
https://www.tufan.com/sr?q=elbise | tf://?Page=Search&Query=elbise |
https://www.tufan.com/Hesabim/#/Favoriler | tf://?Page=Home |
Request | Response |
---|---|
tf://?Page=Product&ContentId=1925865&CampaignId=439892&MerchantId=105064 | https://www.tufan.com/casio/saat-p-1925865?boutiqueId=439892&merchantId=105064 |
tf://?Page=Product&ContentId=1925865 | https://www.tufan.com/casio/saat-p-1925865 |
tf://?Page=Product&ContentId=1925865&CampaignId=439892 | https://www.tufan.com/casio/saat-p-1925865?boutiqueId=439892 |
tf://?Page=Search&Query=elbise | https://www.tufan.com/sr?q=elbise |
tf://?Page=Favoriler | https://www.tufan.com |