This is Backend api for a job searching site
• Written in Clean Architecture
• Implemented CQRS using MediatR library
• Authentication and Authorization is implemented using JWT token
• Logging is done using Serilog
• Used Redis ( I used Docker for setting up Redis. GetAllVacanciesCached is the endpoint that uses Redis. You have to set up Redis ( Use Docker or WSL2 . Redis is not officially supported on Windows ) if you want to test it. Otherwise you will get Error 500 ) for caching
• You have to use your own database configuration in appsettings.json