Duduxs / product-ms-quarkus

๐Ÿ–– API developed using concepts as containers, github actions, code archictetures, and many others.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Product MicroService

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

This project is based in CRUD(Create, Read, Update and Delete) with Quarkus 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:

Cloning the project:

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

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

Run only API local and mongo in docker:

$ ./mvnw compile quarkus:dev 
$ docker-compose -f src/main/docker/docker-compose.yaml up -d product-ms-database 

# if you want to stop the application execute the command below
$ CTRL + C # stop server
$ docker container rm --force product-ms-quarkus-database && docker rmi mongo #stop mongo

Run API and mongo both in docker:

$ bash dockerStart.sh

# if you want to stop the application execute the command below
$ bash dockerStop.sh

Now access on your browser: http://localhost:9999 [Tests -> 8888]

docs -> http://localhost:9999/q/doc 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!

About

๐Ÿ–– API developed using concepts as containers, github actions, code archictetures, and many others.

License:MIT License


Languages

Language:Java 85.0%Language:HTML 11.3%Language:Shell 1.8%Language:Dockerfile 1.0%Language:CSS 0.9%