Boring Coder is made for programmers, mobile-ready, NodeJS powered ReactJS website
- Online compiler
- Create your own test
You can also:
- Participate in coders combat
Dillinger uses a number of open source projects to work properly:
- Node.JS evented I/O for the backend
- ReactJS
- Socket.io
- Passport - Auth.
- Express - fast node.js network app framework
- MongoDB - Database
- Mongoose to connect to DB(MongoDB Atlas)
And of course BoringCoder itself is open source with a Repository on GitHub.
BoringCoder requires Node.js v4+ to run.
Install the dependencies and devDependencies and start the server.
$ cd CodersArena
$ npm install -d
$ npm start
For production environments...
Want to contribute? Great!
FORK the repository
MIT
Free Software, Hell Yeah!
In the project directory, you can run:
EDIT server/keys/keys_temp.js with correct database and rename keys_temp.js to keys.js