An open API service indexing awesome lists of open source software.

https://github.com/ekzhang/wkspace

Competitive programming workspace in the cloud, with support for running and testing code
https://github.com/ekzhang/wkspace

competitive-programming create-react-app express mern-stack mongodb online-judge workspace

Last synced: 3 months ago
JSON representation

Competitive programming workspace in the cloud, with support for running and testing code

Awesome Lists containing this project

README

        

# wkspace

Online competitive programming workspace, built with a MongoDB/Node/Express/React stack.

Has support for auto-saving, workspace sharing, parsing of Codeforces problems, and automatic testing on provided sample data.

## Scripts

Run with `npm run dev`.

In production, run `npm install && npm start` in the `client` directory to compile the React templates. Then, in the base directory, run `npm start` with the proper setting for the `MONGODB_URI` environment variable.