Test your coding skillz against anyone. Then create new challenges for others to test themselves against!
- Product Owner: Marina Mcgrath (Middleend)
- Scrum Master: Cain Watson (Frontend)
- Lead Engineer: Jacques Metevier (Backend)
Bringing fast paced fun to coding. BattleCodes lets you solve programming challenges in a race against friends. The first to write code that passes all of the tests wins! Earn badges for special achievements like the Ali One Liner Badge!
Setting up a development environment requires global installations of node
- Globally installed node >= 4.0
On the command prompt run the following commands
$ git clone https://github.com/Javacrypts/BattleCode.git
$ cd BattleCode/
$ npm run setup
For Database:
BattleCode uses MongoDB through Mongoose. Setup a local instance of a MongoDB or use Mlabs and reconfigure dbTools.js to connect to it.