- EC2 (Elastic Compute Cloud)
React + Vite- for instant project startup, rund a Node.js server at http://3.27.192.104:8080/fake_store-chatbot/
- RDS (Relational Database Cloud)
Stores user data and shopping cart information. MySQL database instance for data management.
- S3 (Simple Storage Service)
For storing static assets (product images)
React frontend fetches assets directly from S3 URLs for faster delivery.
npm run build
Build hosted via Node.js server on EC2
Database Setup (RDS):
-
created an RDS MySQL instance.
-
connected from the EC2 backend.
Storage Setup (S3):
- uploaded product images and assets to an S3 bucket.
- Access the Deployed App: