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

https://github.com/disc/highloadcup


https://github.com/disc/highloadcup

highloadcup

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# Highload Cup 2017

## Stack
Go

## Run
```
docker build -t golang-app .
docker run --rm -p 8080:80 -v $(pwd)/data.zip:/tmp/data/data.zip -t golang-app
```