An Implementation of a RESTFUL API using Onions Architecture, JWT for Authentication,Postgres Db,Docker and Git Actions for CI/CD .
Clone or Download the project to your local system or view Online(currently unavailable)
Tools you need to install to get the application running ON your local
- Implementation of Onion Architectural Pattern
- Authentication and Authorization using JWT
- Response Caching(using InMemory)
- Rate Limiting
- Distributed Cashing using Redis(working Locally only)
- Docker
- .NETCORE Runtime - The FrameWork Used.
Click on the downloaded file and follow th Wizard. After installing the Runtime, navigate to the cloned file folder. Open the path containing the csproj file in Command Prompt.
Run
dotnet run