To fully understand how the backend and front end of a website works, I decided to code something that I personally like a lot: An online coding contest hosting website with features like ranking system, leaderboard, discussion room, practice problems, contests And code editor that supports more than one language. The journey to get here was tough, but I believe I have learnt many valuable lessons along the way.
For Learner
- Sign up / Login as a Learner
- Practice coding problems
- Participate in contets, get ranks, featured in leaderboard
- Get stars
- Make discussion rooms, join rooms
For Curator
- Sign Up / Login as Curator
- Apply For curator role, get verified.
- Set parctice problems
- Hold Contets
- Clone the project
git clone https://github.com/shayan-cyber/algoGeek.git
- Make virtualenv
python -m virtualenv [env name]
- Activate virtualenv
. [env name]/Scripts/activate
- Install dependencies
pip install -r requirements.txt
Frontend Bootstrap, CSS, Javascript
Backend: django, Python, Hackerearth API, Javascript
If you have any feedback, please reach out to us at [email protected]