An open API service indexing awesome lists of open source software.

https://github.com/indominusbyte/warung-pintar-be


https://github.com/indominusbyte/warung-pintar-be

Last synced: about 1 month ago
JSON representation

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