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.
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.
Sleeyax |
Dries Luyten |
stijnhhh |
Karel |
|---|


