Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akshayur04/service2
https://github.com/akshayur04/service2
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/akshayur04/service2
- Owner: akshayUr04
- Created: 2023-09-28T11:24:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-02T12:26:07.000Z (over 1 year ago)
- Last Synced: 2024-11-07T12:52:17.256Z (about 2 months ago)
- Language: Go
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Service2
## Follow these steps to Run and Test API Gateway Service locally#### Clone The Repository of API Gateway
git clone https://github.com/akshayUr04/Service2.git
#### Change Directory To API Gateway
cd ./microservice-2
#### Install tThe dependencies
go mod tidy
#### Setup The Env
.env
PORT="port that you wan't to run this Service"
USER_SERVICE_URL="Port that the User Service running"#### Run The Application
go run ./cmd/main.go