Movie Platform in Microservices architecture (Spring Cloud, Eureka, Zuul)
- Create account (AccountService) and rate few movies at start. (MovieService)
- Check what movie we gonna recommend for you. (AdviceService)
- We'll show you if this movie is somewhere in cinema or if you can buy this on dvd. (SearchService)
- Invite your friends to watching together. (SocialService)
- Buy ticket for movie with our app. (PurchaseService)
- Publish on twitter, facebook or your wordpress blog how it was. (PublishService)
- Dont forget to rate movie and collect points by doing that! (UserService)