Skip to content

ShashankP19/Code-Judge

Repository files navigation

CP-Judge

Online Programming Judge in GO

This application uses GoBuffalo framework.

Installing Dependencies

Use yarn install to install all the required packages

Database

The application uses MySQL database. Configure the mysql user and database in database.yml.

To create databases

Run buffalo db create -a

To create tables in your database

Run buffalo db migrate up

To run the application

Run buffalo dev run

About

[On-going] : Online Programming Judge in GO

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 60.4%
  • HTML 33.8%
  • JavaScript 4.3%
  • Dockerfile 1.2%
  • CSS 0.3%