Product controller that stores sales in a database and sends an email to the customer.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
This project was developed during the AWS Developer Associate course. The project consists of a product controller that stores sales in a database and sends an email to the customer. Also is possible to list all products, get a specific product by id and input invoices at bucket S3.
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
This is an example of how to list things you need to use the software and how to install them.
-
LocalStack
pip install localstack
-
Docker
sudo apt-get install docker-ce docker-ce-cli containerd.io docker-compose-plugin
-
Clone the repo
git clone https://github.com/gabriellourenco12/aws-java-project.git
-
Run localstack in docker
docker run --rm -p 4566:4566 -p 4571:4571 localstack/localstack -e "SERVICES=sns, sqs, dynamodb, s3" -
Config your environment variables to local
spring.profiles.active=local
-
Run the application locally
These are the components used to implement the system.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt for more information.
Gabriel Lourenço - @gabriellournco_ - gabriellourenco12ti@gmail.com
Project Link: https://github.com/gabriellourenco12/aws-java-project

