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.
- Docker
- NodeJS
From the home directory
- Export environment varibles:
export REACT_APP_APPJUDGE_SERVICE_URL=http://localhost
- Run the "up" script to spin up Docker Container:
./up
- In another command line populate DB with custom values:
./dbup
After the above steps
-
Open front-end on localhost:3007
-
Check for any database changes by directly putting in the getall link like localhost/judges