You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CodeManiacs is an online judge for IIT Mandi. It helps students of IIT Mandi practice problems, host contests and allows them to compete on a personal platform, specifically made for them.
Open localhost:3000 in your browser and create a new user profile.
You will need admin access to create problems, make contests etc.
So to gain admin access, open MongoDB compass (or use command line) and edit the users collection by setting isAdmin to true.
Doing this will provide you admin access, and then you can explore the full functionality.
Explore the features, get familiar with the codebase, read the contribution guide and check out the issues to get started
File Structure
The file structure of this repo is same as any other NodeJS project. The routes are in routes/ directory, the logics for the routes are in controllers/ directory, the models for the database used are in models/ directory. The client side files are in public/ directory, and the EJS (HTML Structures) files are in views/ directory.
Want to help?
Want to file a bug, request a feature, contribute some code, or improve documentation? Excellent! Read up on our guidelines for contributing and then check out one of our issues. Make sure you follow the guidelines before sending a contribution!
Contribution
People looking to contribute can checkout the CONTRIBUTING.md file.