Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akshayur04/x-tentioncrew-user-service
https://github.com/akshayur04/x-tentioncrew-user-service
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/akshayur04/x-tentioncrew-user-service
- Owner: akshayUr04
- Created: 2023-09-27T16:40:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-02T12:26:41.000Z (over 1 year ago)
- Last Synced: 2024-11-07T12:52:17.369Z (about 2 months ago)
- Language: Go
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
## Follow these steps to Run and Test User Service locally
#### Clone The Repository of User Servic
git clone https://github.com/akshayUr04/x-tentioncrew-user-service.git
#### Change Directory To API Gateway
cd ./x-tentioncrew-user-service
#### Install The dependencies
go mod tidy
#### Setup The Env
.env
PORT="port that you wan't to run API Gateway"
USER_SERVICE_URL="Port that the User Service want to running"
DBHOST="database host"
DBNAME="database name"
DBUSER="database user"
DBPORT="database port"
DBPASSWORD="database password"
REDISPORT="redis port"
REDISHOST="redis host"#### Run The Application
go run ./cmd/main.go