[v 0.9.6]
This is clone of medium with own additional features
- Nest.js + .NET for developing all services
- TypeORM - Orm for database interaction
- PostgreSQL - Database
- RabbitMQ - Message broker
- Swagger - API Specification
- Docker - Containerization
- --Method not implemented--
This API showcase consists of the following parts:
- API gateway - gateway
- Token service - responsible for creating, decoding, destroying JWT tokens for users
- User service - responsible for CRUD operations on users
- Mailer service - responsible for sending out emails (confirm sign up)
- Permission service - responsible for verifying permissions for logged-in users.
- Posts service - responsible for CRUD operations on users posts records
- Roles service - responsible for CRUD operations with roles records
- Frontend - frontend application