https://github.com/jtreeves/wordiest-api
Backend server for Wordiest game app
https://github.com/jtreeves/wordiest-api
echo game go
Last synced: 3 months ago
JSON representation
Backend server for Wordiest game app
- Host: GitHub
- URL: https://github.com/jtreeves/wordiest-api
- Owner: jtreeves
- Created: 2024-06-23T22:57:52.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-07T19:53:32.000Z (almost 2 years ago)
- Last Synced: 2024-07-15T07:58:05.890Z (almost 2 years ago)
- Topics: echo, game, go
- Language: Go
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Wordiest API
Run API:
```bash
go run ./cmd/server
```
Create Swagger docs:
```bash
swag init -g cmd/server/main.go
```
Build server:
```bash
go build -o bin/server ./cmd/server
```