Home

Amazon Web Services - Creation of a Web API

Technology: Amazon Web Services, Java, Eclipse, MySQL

This project is an example of a simple web service on AWS using backend technology.
I used AWS Codestar to create the server instance and AWS Relational Database Service (RDS)
for the database. I was able to run my project locally while using Amazon's RDS.

Application.java (click on image to download file):



UserController.java (click on image to download file):



User.java (click on image to download file):



UserRepo.java (click on image to download file):



Config.java (click on image to download file):