https://github.com/backaged/go-elasticsearch-react
https://github.com/backaged/go-elasticsearch-react
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/backaged/go-elasticsearch-react
- Owner: BackAged
- Created: 2021-02-27T17:33:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-28T16:29:46.000Z (over 5 years ago)
- Last Synced: 2025-02-08T06:34:31.286Z (over 1 year ago)
- Language: Go
- Size: 424 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
### go elasticsearch react search
### How to run?
```
cd into backend
make up
make migrate
make serve
optional(make seed)
cd into frontend
make serve