Skip to content

Latest commit

 

History

History
19 lines (8 loc) · 641 Bytes

README.md

File metadata and controls

19 lines (8 loc) · 641 Bytes

OnlineJudge

Online Judge written in GoLang with backend supported by MongoDB and frontend supported by AngluarJS with features like TLE, Segmentation-Fault error message, banning certain system calls and plagiarism check.

Running on browser

Run this command in terminal : go run main.go routes.go

Make sure that MongoDB is up and running by using this command : sudo systemctl status mongod

The output should look like this :

Selection_002.png

Then, in browser, go to this URL : localhost:8000