https://github.com/omdxp/pdash
orders dashboard in microservices architecture
https://github.com/omdxp/pdash
dashboard docker fiber go grpc microservices mongodb nginx redis solidjs swagger websocket
Last synced: 4 months ago
JSON representation
orders dashboard in microservices architecture
- Host: GitHub
- URL: https://github.com/omdxp/pdash
- Owner: omdxp
- Created: 2022-08-24T08:40:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-12T07:19:25.000Z (about 3 years ago)
- Last Synced: 2025-04-23T20:47:57.009Z (11 months ago)
- Topics: dashboard, docker, fiber, go, grpc, microservices, mongodb, nginx, redis, solidjs, swagger, websocket
- Language: Go
- Homepage:
- Size: 150 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pdash
orders dashboard in microservices architecture

## run with
```sh
docker-compose up --build -d
```
## urls
- dashboard: [http://localhost:3000](http://localhost:3000)
- customers service: [http://localhost:8001/customers](http://localhost:8001/customers)
- customers swagger: [http://localhost:8001/swagger/](http://localhost:8001/swagger/)
- orders service: [http://localhost:8002/orders](http://localhost:8002/orders)
- orders swagger: [http://localhost:8002/swagger/](http://localhost:8002/swagger/)
- suppliers service: [http://localhost:8003/suppliers](http://localhost:8003/suppliers)
- suppliers swagger: [http://localhost:8003/swagger/](http://localhost:8003/swagger/)
- auth service: [http://localhost:8004/users](http://localhost:8004/users)
- auth swagger: [http://localhost:8004/swagger/](http://localhost:8004/swagger/)
## stop with
```sh
docker-compose down
```
## versions
- docker: `20.10.17`
- docker-compose: `1.29.2`