siesgstarena / CodeChef-User-Tracker

A web app written in Go to keep track of the arena members for their participation in official codechef contest which will help the guy to keep track easily.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CodeChef-User-Tracker

A web app written in Go to keep track of the arena members for their participation in official codechef contest which will help the guy to keep track easily.

Link https://arena-codechef-tracker.herokuapp.com/

How it works

see the .example.data.xlsx file make sure to have the same column with Name and CodeChef in the CodeChef column the CodeChef Id of members should be there.

open the application enter the dates and upload the file a new file will be downloaded with the 2 additional column one contains all the contest code and the another contain the total of contest.

Get Started

copy the .env.exmaple to .env

  cp .\.env.example .\.env

To Install dependencies

    go mod download

To run

    air

Rus using docker

copy the .env.exmaple to .env

  cp .\.env.example .\.env

Build and run the image

  docker compose --env-file .env up

About

A web app written in Go to keep track of the arena members for their participation in official codechef contest which will help the guy to keep track easily.


Languages

Language:Go 72.6%Language:CSS 14.8%Language:HTML 11.0%Language:Dockerfile 1.2%Language:Shell 0.2%Language:Procfile 0.2%