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

https://github.com/algohive-coding-puzzles/algohive-api

AlgoHive-API is the backend API for the AlgoHive web platform, powering the back-office and the front-office interfaces for puzzle management and interaction.
https://github.com/algohive-coding-puzzles/algohive-api

algohive api go golang

Last synced: about 1 year ago
JSON representation

AlgoHive-API is the backend API for the AlgoHive web platform, powering the back-office and the front-office interfaces for puzzle management and interaction.

Awesome Lists containing this project

README

          



AlgoHive

# AlgoHive - Web Platform API

## Commands

> Install the go dependencies

```bash
go mod tidy
```

> Run the server

```bash
go run main.go
```

> Run the development server

```bash
air
```

> Update Swagger Documentation

```bash
swag init
```