You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a project I started to try to get more familiar with AWS tools and try to link backend with frontend along with create a database using AWS. I'm still learning much of the process and will be editing this as much as I can while in school.
Getting Started
You can pull the code yourself and try the application through terminal (while I work on making a web application). In order for the code to work, you need an AWS account in order to prove credentials. This is free for the first 12 months through AWS Free Tier, and you can learn to create your own projects with different AWS tools. Once you pull the file, make sure you have the AWS jdk installed along with a folder in your user root /.aws with a credentials file. You can read more on this on the AWS website.
Main Idea
Translate me is a java application using AWS translate to translate text into different languages. While the idea is simple, I plan on building it out to incorporate multiple features and eventually using REST API's / Spring to connect to a web server and be able to create a simple HTML/CSS interface to interact with it.
AWS
As of right now, AWS relies on my AWS free credentials account, and currently translates from any language.
My idea was inspired by seeing different posts on reddit for people translating names or certain phrases multiple times from english to different languages and back. Currently, my application allows for this through the terminal and randomizes the different languages.