Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

feedback form

# Feedback Form

```
docker-compose up
```

## Mircoservices
### Feedback Form

backend-golang - http://localhost:80

### Feedback Form Table

backend-golang - http://localhost:80/feedbacks

### Front End
React

back-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
```