Skip to content

DANUCKSAN/full-stack-workflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloud Inventory App - AWS Deployed Backend

A cloud-native inventory management backend built with Spring Boot, PostgreSQL, and Docker, then deployed to AWS ECS Fargate using Amazon ECR, Amazon RDS, Application Load Balancer, and CloudWatch Logs.

This project demonstrates a real-world backend deployment workflow, including containerization, cloud database configuration, environment-based application settings, AWS networking, load balancing, logging, and deployment debugging.


Project Overview

The Cloud Inventory App is a backend API for managing product inventory. It supports creating and retrieving product records through REST API endpoints.

The main goal of this project was not only to build the backend, but also to deploy it using an industry-style AWS container architecture.


Live Backend Status

The backend was successfully deployed to AWS and tested through an Application Load Balancer.

Verified endpoints:

GET /actuator/health
GET /api/products
POST /api/products

About

Cloud-native inventory management backend deployed on AWS using Spring Boot, PostgreSQL, Docker, ECR, ECS Fargate, RDS, Application Load Balancer, and CloudWatch.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors