Skip to content
This repository was archived by the owner on Jan 4, 2020. It is now read-only.

Repository files navigation

NotesApp

Java Spring Boot Microservices Project

forthebadge

About

This is a simple Java backend powered by microservices. Users can register, log in, create notes, optionally check them for spelling errors or convert them to a different format.

Overview

topology swagger

Microservices

Below is a list of all required services to run this project:

  • users
    • stores user credentials
    • MySQL database
  • notes
    • stores notes
    • MongoDB database
  • converter
    • converts notes to different formats
  • spelling checker
    • checks notes for common misspelled words
  • zuul gateway
    • proxy gateway that handles user authentication
    • authenticates users using the user-service
    • forwards requests to the edge-service
  • edge service
    • one API that calls multiple internal services
  • eureka server
    • locates services
    • load balancer

For more detailed info, see the README of each service separately.

Developers


Sleeyax


Dries Luyten


stijnhhh


Karel

About

Java Spring Boot Microservices app to store notes

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages