Technologies | How To Use | How To Contribute | License |
This project was developed with the following technologies:
-
API:
-
Utils:
To clone and run these configurations, you'll need Git, JDK 17 and Docker From your command line:
# Clone this repository
$ git clone https://github.com/Duduxs/gRPC-api
To run in dev mode:
# Up the docker-compose by running docker-compose up -d (execute the command right in docker fold).
# Execute the app
- 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
.
This project is under the MIT license. See the LICENSE for more information.