An Online Judge Platform to enhance your skills and improve your profile. With an archive of contests, participate in ongoing one and never miss any contest with the E-mail push notification. Sign-up is user friendly as it supports Google and Fackbook signup. Choose a catchy handle and then bring in your skills here!!
:)
-
Run
$ npm install
inside the FrontEnd directory. -
Run
$ npm install
inside the BackEnd directory. -
Then create database oj and to import database type the following command, and then press Enter.:
$ psql -U postgres oj < oj.pgsql
-
Run
$ npm start
inside the Backend directory. -
Run
$ npm start
inside the Frontend directory.