Skip to content

🖖 API developed using concepts as containers, github actions, deploys, and many others.

License

Notifications You must be signed in to change notification settings

Duduxs/product-ms-spring

Repository files navigation

Product MicroService

This application was developed during the UOL Compass' selection process.

This project is based in CRUD(Create, Read, Update and Delete) with Spring and Java.

Technologies   |    How To Use   |    How To Contribute   |    License

Collage

🚀 Technologies

This project was developed with the following technologies:

ℹ️ How to use

To clone and run this application, you'll need Git, Docker and DockerCompose installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/duduxs/product-ms-spring

# Go into the repository
$ cd product-ms-spring

To run the API + Postgres:

$ bash dockerRun.sh

To stop the API + Postgres:

$ bash dockerStop.sh

Now access on your browser: http://localhost:9999

docs -> http://localhost:9999/swagger-ui/ Doc

👍 How To Contribute

  • Make a fork;
  • Create a branch with your feature: git checkout -b my-feature;
  • Commit changes: git commit -m 'feat: My new feature';
  • Make a push to your branch: git push origin my-feature.

📝 License

This project is under the MIT license. See the LICENSE for more information.


Made by Eduardo José 😆 Contact me!