Memorizing - this service helps you remember words, term and definition(etc. english - russian).
Run git clone:
git clone https://github.com/twrkkk/RememberWords.git
Go to the directory:
cd RememberWords
And run docker-compose build:
docker-compose build
And then:
docker-compose up
The service is available after installation at this link
Here are the addresses of the services that you may need:
- Backend: ASP.Net Core 8 Web Api
- Client: Blazor WASM
- Code First. PostgreSql
- IdentityServer4 for authorization & authentication
- Jwt & Refresh tokens
- RabbitMq
- Sending email messages
- Redis caching
- PDF generation
- Deploy in Docker
Bug reports and/or pull requests are welcome