Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 681 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 681 Bytes

My_First_FullStack_Project

Frontend Technology used

Frontend is designed using Angular, Angular Material.

Backend Technology Used

Backend is designed using Spring Framework. Microservice pattern like Nteflix Zull and Eureka Discovery is used. Created with Spring Initializer (start.spring.io) with the follwing dependency Web, DevTools, EurekaDiscovery , Zuul JPA is taken where persistance is required.

Microservices with their port no.

AuthenticationService - 9015 TrendingService - 9005 CatalogService - 9000 UserService - 9010 Netflix Eureka Naming Server - 8761 Netflix Zuul API Gateway Server - 8765

Future Commit

Will be dockerizing the entire project.