Skip to content

📚 Learning Spring Cloud Microservices with starter projects

Notifications You must be signed in to change notification settings

ryanphanrp/social-network-springcloud

Repository files navigation

OAuth Starter (1)

Description

I am learning Spring boot and Spring Cloud. So I try to build a social network like Instagram with tech taht I learned.

Tech

  • Spring boot 7
  • Java 17
  • Docker

Service list

Service Port
Discovery 8761
Gateway 8080
User 8081
Post 8082

Roadmap

API Gateway

  • Add unit tests
  • Add refresh token support
  • Add request/input data validation
  • Improve logging
  • Improve error handling
  • Add DataLoader support

Microservices

  • Add authorization
  • Add caching
  • Add health checks
  • Add unit tests
  • Improve logging
  • Improve error handling

About

📚 Learning Spring Cloud Microservices with starter projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages