https://github.com/alileza/sample-app
https://github.com/alileza/sample-app
app go sample testing
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/alileza/sample-app
- Owner: alileza
- Created: 2018-08-22T16:45:48.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-06-13T17:28:28.000Z (about 7 years ago)
- Last Synced: 2025-03-11T01:06:21.810Z (over 1 year ago)
- Topics: app, go, sample, testing
- Language: Go
- Size: 249 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sample App
This orderapp, is a sample app.

here how `sample-app` diagram looks like.
### Requirement
To be able to start sample-app you need to pass these environment variables:
- `DATABASE_DSN` : postgresql datasource name
- `QUEUE_DSN` : rabbitmq datasource name
- `CUSTOMER_APP_BASE_URL` : http base url
### Default configuration
`sample-app` would expose on port `:9000`, and only accept on 1 endpoint which is `POST /create`