af4ro / AppJudge

A full-stack judging application for showcase events

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AppJudge

Introduction

AppJudge is a judging application desgined for AppJam+. This application gives the admin the options to add/edit/delete events, teams, mentors, students, questions and judges. The admin can also see the scores in a table form after the judges have scored their assigned teams. The judges have the ability to login and scores their assigned teams.

Snapshots

Judge Side Admin Side

Installation

Pre Req

  • Docker
  • NodeJS

Spin up instances

From the home directory

  1. Export environment varibles:
export REACT_APP_APPJUDGE_SERVICE_URL=http://localhost
  1. Run the "up" script to spin up Docker Container:
./up
  1. In another command line populate DB with custom values:
./dbup

Accessing information

After the above steps

  1. Open front-end on localhost:3007

  2. Check for any database changes by directly putting in the getall link like localhost/judges

About

A full-stack judging application for showcase events


Languages

Language:JavaScript 58.9%Language:Python 37.8%Language:HTML 1.9%Language:Dockerfile 0.7%Language:CSS 0.5%Language:Shell 0.2%