/mcqdb

A Programming contest platform with Golang and React (WIP)

Primary LanguageCSS

mcqdb

Clone the repository git clone <repo-git-url>

To Run Frontend:

cd client && npm start

To Run Backend:

cd server && go run *.go