Skip to content

shubhamlatkar/mentor-on-demand-backend

Repository files navigation

Gitpod Ready-to-Code Spring Spring-Boot MongoDb Database Intellij Intellij-idea

MentorOnDemand

Mentor On Demand Architecture diagram. Mentor-On-Demand.png

It is a full stack web app designed using the ReactJS for front-end and spring-boot microservices as a backend.

Front-end UI designed using ReactJS in another repo here.

For complete info refer wiki.

There are various spring-boot microservices as:-

  1. user-service -> Maintains all the data and functions for user, trainer, admin.
  2. course-service -> Maintains all the data and functions of courses.
  3. user-course -> Maintains all the functions and data of user specific course details.
  4. eureka-server -> Server for all the microservices
  5. api-gateway -> Gateway for all the microservices implementing spring security using the JWT.
  6. auth-service -> Maintains all authentication related endpoints.
  7. config-server -> Provides the configuration from the git repo to all microservices.
  8. hystrix-dashboard -> Hystrix monitoring for the microservices.
  9. kafka-event-bus -> Kafka and zookeeper running in docker-compose container.
  10. ELK stack -> Elasticsearch, logstash, kibana with filebeat for centralize logging.