GithubHelp home page GithubHelp logo

duduxs / product-ms-quarkus Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 99 KB

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

License: MIT License

Java 85.03% HTML 11.25% Shell 1.80% CSS 0.91% Dockerfile 1.01%
api product-ms quarkus morphia jax-rs hibernate-validator swagger junit5 restassured testcontainers

product-ms-quarkus's Introduction

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!

product-ms-quarkus's People

Contributors

duduxs avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.