CSV Processor Web Application export data to external api
This is a web application built with Java Servlets that allows users to upload CSV files containing phone numbers and text messages, and then sends the data to a remote API endpoint for processing.
Features
- CSV File Upload: Users can upload CSV files containing phone numbers and text messages.
- Data Processing: The application processes the uploaded CSV data and sends it to a remote API endpoint.
- Error Handling: The application handles errors gracefully and provides feedback to the user.
Setup
To run this web application locally, follow these steps:
- Clone the Repository:
git clone https://github.com/sai8151/bulk-sms-web-app.git
- Import into IDE: Import the project into your preferred IDE (e.g., Eclipse, IntelliJ IDEA).
- Build and Run: Build the project and run it on a local server.
Usage
- Access the Web Application: Open your web browser and navigate to http://localhost:8080/Jdbc_project.
- Upload CSV File: Click on the "Choose File" button to select a CSV file from your local machine.
- Submit: Click the "Submit" button to upload the selected CSV file.
- View Processing Status: The application will display a message indicating whether the CSV data was processed successfully or if there were any errors.