Skip to content

gabriellourenco12/aws-java-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


Logo

AWS Project

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
  1. About The Project
  2. Getting Started
  3. Software Architecture
  4. Contributing
  5. License
  6. Contact
  7. Acknowledgments

About The Project

Product Name Screen Shot

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.

(back to top)

Built With

  • Java
  • Spring
  • AWS
  • Docker
  • Redis
  • MariaDB
  • Maven

(back to top)

Getting Started

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.

Prerequisites

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

Installation

  1. Clone the repo

    git clone https://github.com/gabriellourenco12/aws-java-project.git
  2. Run localstack in docker

    docker run --rm -p 4566:4566 -p 4571:4571 localstack/localstack -e "SERVICES=sns, sqs, dynamodb, s3" 
  3. Config your environment variables to local

    spring.profiles.active=local
  4. Run the application locally

(back to top)

Software Architecture

These are the components used to implement the system.

Project Architecture

(back to top)

Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Gabriel Lourenço - @gabriellournco_ - gabriellourenco12ti@gmail.com

Project Link: https://github.com/gabriellourenco12/aws-java-project

(back to top)

Acknowledgments

(back to top)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors