JavaEE E-Commerce Application build on Amazon Web Services (Template)
- Clone Repository
- If you don't have a AWS account (Amazon Web Services), setup a free tier account here: aws.amazon.com
- Setup a MySQL instance on your AWS and take note of your connection details. You'll need to ensure you have the correct security policy to access your MySQL instance
- Set up a JDBC connection with your new details and update the context file(web.xml) with new connection
- Run a the file in the test folder to make sure you are connected to your database.