Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prabaprakash/go-gin-example
Feedback form based out of go gin web framework
https://github.com/prabaprakash/go-gin-example
docker docker-compose gogin golang minio mongodb react reactjs
Last synced: 23 days ago
JSON representation
Feedback form based out of go gin web framework
- Host: GitHub
- URL: https://github.com/prabaprakash/go-gin-example
- Owner: prabaprakash
- Created: 2019-12-30T11:02:28.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-30T11:28:43.000Z (about 5 years ago)
- Last Synced: 2024-11-14T15:45:05.043Z (3 months ago)
- Topics: docker, docker-compose, gogin, golang, minio, mongodb, react, reactjs
- Language: JavaScript
- Size: 10.6 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Feedback Form
```
docker-compose up
```## Mircoservices
### Feedback Formbackend-golang - http://localhost:80
### Feedback Form Table
backend-golang - http://localhost:80/feedbacks
### Front End
Reactback-end uses same UI Components, Databases & Storage's.
docker-compose up , Start all micro services in single shot.
Please use Linux environment, the golang binary is build for Linux
## Minio Object Storage
```
UI - http://localhost:9000
Endpoint: http://localhost:9000
Username: minio
Password: minio123
```
## Mongo DB
```
Endpoint: localhost
Port: 27017
```