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.
- Host: GitHub
- URL: https://github.com/algohive-coding-puzzles/algohive-api
- Owner: AlgoHive-Coding-Puzzles
- License: mit
- Created: 2025-03-17T20:09:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-24T22:01:07.000Z (about 1 year ago)
- Last Synced: 2025-03-24T23:19:06.131Z (about 1 year ago)
- Topics: algohive, api, go, golang
- Language: Go
- Homepage:
- Size: 117 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```