👤 Justynap9
👤 pawelp0499
Project created as a part of University Classes. The purpose of the project is to build a REST Api consisting of two microservices communicating by Spring RestTemplate for managing the movie catalog and a user module.
Application allows to:
◾ registering and canceling users
◾ manual activation and deactivation of users
◾ adding, deleting and searching movies
◾ adding, deleting and searching genres
◾ rating movies and managing reviews
Clone repository
$ git clone https://github.com/Justynap9/java-web-services.git
Choose correct directory
$ cd java-web-services
Run two services applications
FilmServiceApplication
UsersModuleApplication