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

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

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