Skip to content

satya11-dev/microservices-react

 
 

Repository files navigation

Course Enrollment Microservices, Spring Cloud, Spring Boot, React, MySQL, Cassandra, Hibernate, Liquibase

The application structure is as follows.

  • microservice-user-management - Microservice implemented using Spring boot. More info
  • microservice-course-management - Microservice implemented using Spring boot. More info
  • microservice-log-management - Microservice implemented using Spring boot. More info
  • eureka-discovery-service - Microservice implemented using Spring eureka. More info
  • zuul-gateway-service - Microservice implemented using Spring zuul. More info
  • client-side - A NodeJs application implemented using React. This consumes services hosted by server side. More info

Build

1) Build Spring Boot microservices

$ cd microservice path
$ gradlew bootJar
$ gradlew bootRun

2) Build and run client side application

$ cd client-side
$ npm install
$ npm start

Access application using following URL

http://localhost:3000

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 53.3%
  • JavaScript 37.5%
  • CSS 7.1%
  • HTML 2.1%