- Notifications
You must be signed in to change notification settings - Fork1
🚦 Gateway that routes requests from ead microservices
License
NotificationsYou must be signed in to change notification settings
Duduxs/ead-api-gateway-ms
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Ead Api Gateway
Cross Cuting Project of the ead's microservice group
It was created in order to be an entry point, encapsulate the arch and routes requests.
Technologies | How To Use | How To Contribute | License | Ead Ecosystem
This project was developed with the following technologies:
To clone and run these configurations, you'll needGit, From your command line:
# Clone this repository$ git clone https://github.com/Duduxs/ead-api-gateway-ms# Now clone the service-registry repo$ git clone https://github.com/Duduxs/ead-service-registry-ms# And config-server repos$ git clone https://github.com/Duduxs/ead-config-server-ms$ git clone https://github.com/Duduxs/ead-config-server-repo-ms
To run the gateway:
# Execute the main class ApiGatewayApplication with dev profile (Be sure to have already service registry and config server up)
- 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 theLICENSE for more information.
Take a look into others microservices that were developed for the EAD Plataform.
- Cross Cuting Microservices
- Business Microservices
- Study case Microservices