https://github.com/indominusbyte/warung-pintar-be
https://github.com/indominusbyte/warung-pintar-be
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/indominusbyte/warung-pintar-be
- Owner: IndominusByte
- Created: 2022-03-31T08:04:56.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-06T08:42:15.000Z (about 4 years ago)
- Last Synced: 2025-01-14T11:16:28.507Z (over 1 year ago)
- Language: Go
- Size: 5.96 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# warung-pintar-be
## Running all services (Tested on linux)
`bash run.sh`
## Example request & response
- (auth service) http://localhost:3000/swagger/
- (product service) http://localhost:3001/swagger/
- (transaction service) http://localhost:3002/swagger/
## Unit Test
go to each folder, for example `endpoint-auth` and run `make test` to see tdd