Code-Crunch is a platform that has algorithmic problems to solve using programming languages.
- Download the project from the repository as a zip file.
- Open 2 termnials and change directory to client in one and server in another
- type
npm run start
in the client terminal for client side andnode script.js
in the server side terminal - You would now see the application running on port 3000
- Token based user authentication using JWT.
- Online code Editor using the nodejs library 'child_process'
- Discussion forum to make posts
- A profile page that consists of user's information
Sandboxing is not implemented in this project thereby raising security concerns. Feel free to creatae a new issue and tag it under 'feature' and i would go through it.