- Notifications
You must be signed in to change notification settings - Fork1
nichitaa/data-bridge
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
# build and start all docker `services`docker compose up --build# pull latest image from hubdocker compose pull SERVICE_NAME# clean-up (powershell)docker rmi -f$(docker images -aq)docker rm -f$(docker ps -a -q)docker volume rm$(docker volume ls -q)
- Port - 9999
- health-check
http://localhost:9999/api/health_check/env
- Port - 3000
- In development mode should load
.env.localand inproduction.env.prod - Open at
http://localhost:3000
About
Just like Postman but for database queries
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.
Contributors4
Uh oh!
There was an error while loading.Please reload this page.