Deployed on AWS: SBucket, RD and EC2 A full-stack SMS application featuring a React-based frontend and Java-based backend for sending and managing SMS messages.
- Project Overview
- Tech Stack
- Project Structure
- Getting Started
- Running the Application
- Features
- API Documentation
- Contributing
- License
FullStackSMS is a comprehensive SMS management system built with modern web technologies. The project consists of two main components:
- Frontend: A React-based web application providing an intuitive user interface for SMS operations
- Backend: A Java application handling business logic and SMS processing
This project demonstrates full-stack development practices with a clear separation of concerns between client and server applications.
- React (^18.2.0) - UI library
- React Router DOM (^6.21.2) - Client-side routing
- Bootstrap (^5.3.2) - CSS framework
- Axios (^1.6.5) - HTTP client for API calls
- Node.js & npm - Package management
- Java - Primary backend language
- RESTful API architecture