Skip to content

DevKaliper/mini-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

38 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ“ MiniBlog - Microblogging App on AWS (Microservices + Secure Auth)

MiniBlog is a cloud-native microblogging platform deployed entirely on AWS using microservices architecture, Docker containers, and secure authentication. It is fully compatible with the AWS Free Tier.

Users can create, view, edit, and delete posts. User registration and login are managed by separate microservices, with encrypted communication.


๐ŸŽฏ Features

  • ๐Ÿง‘โ€๐Ÿ’ป Secure user registration & login (separate auth microservice)
  • ๐Ÿ” Passwords transmitted encrypted in transit (SHA-256)
  • ๐Ÿ—‚๏ธ Auth & Blog services as independent Docker containers
  • ๐Ÿ“ CRUD for microblog posts (title, body, timestamps)
  • ๐Ÿ“ฆ Deployed on ECS + Fargate
  • ๐Ÿ—„๏ธ Aurora Serverless v2 as backend database
  • ๐Ÿ–ผ๏ธ Frontend hosted on S3 (React or HTML)
  • โš™๏ธ Infrastructure as Code via CloudFormation (YAML)

About

cloud-native microblogging platform deployed entirely on AWS using microservices architecture

Resources

Stars

Watchers

Forks