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
- Host: GitHub
- URL: https://github.com/ekzhang/wkspace
- Owner: ekzhang
- Created: 2019-02-07T02:56:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-11-09T03:20:32.000Z (over 3 years ago)
- Last Synced: 2025-03-23T21:23:17.122Z (3 months ago)
- Topics: competitive-programming, create-react-app, express, mern-stack, mongodb, online-judge, workspace
- Language: JavaScript
- Homepage: http://wkspace.herokuapp.com/
- Size: 997 KB
- Stars: 26
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.