Online Programming Judge in GO
This application uses GoBuffalo framework.
Use yarn install
to install all the required packages
The application uses MySQL database. Configure the mysql user and database in database.yml
.
Run buffalo db create -a
Run buffalo db migrate up
Run buffalo dev run