https://github.com/solutionstack/wiki_demo
https://github.com/solutionstack/wiki_demo
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/solutionstack/wiki_demo
- Owner: solutionstack
- Created: 2022-10-19T09:19:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-19T15:55:02.000Z (over 2 years ago)
- Last Synced: 2024-12-31T17:47:16.738Z (6 months ago)
- Language: Go
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# wiki_demo
### Demo Wiki API Tool
#### Clone
```bash
git clone https://github.com/solutionstack/wiki_demo.git
```
#### Install dependencies
```bash
go get
```#### Run API server
```bash
go run main.go demo
```#### Call query endpoint to return short-description (e.g)
```bash
curl --location --request GET 'localhost:8081/api?query=Yoshua_Bengio'
```