thiennn / crm

A lightweight CRM application builds with microservices architecture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A lightweight Contact management

Communication API Contact API GraphQL gateway Identity API CRM SPA
Build Status Build Status Build Status Build Status Build Status

This is a simplified contact management system made in a microservice architecture, using:

Demo

Architecture overview

Getting Started

Prerequisites

  • Install Docker
  • Install Docker compose
  • Using BloomRPC to access gRPC services

Up and running

 docker-compose -f docker-compose.yml -f docker-compose.override.yml build

 docker-compose -f docker-compose.yml -f docker-compose.override.yml up

Once the containers are deployed, you can access any of the services in the following Urls or connection string:

Explorer the application

GraphQL gateway

Open a browser and type http://localhost:5100. You should see the UI like in the following screenshot: With this playgroud, you can do query or mutation commands to services behind.

Contact service with BloomRPC

Distributed tracing

Monitoring

Logging with Seq

Testing

TBD

CI & CD

TBD

Deploy to AKS

TBD

Contributing

  1. Fork it
  2. Create your feature branch
  3. Making changes and submit the pull request.

License

Code is available under the MIT license

About

A lightweight CRM application builds with microservices architecture

License:MIT License


Languages

Language:CSS 52.2%Language:C# 25.9%Language:JavaScript 15.9%Language:TypeScript 2.4%Language:HTML 2.1%Language:Dockerfile 0.8%Language:Smarty 0.5%Language:Shell 0.3%