This project is my submission for the Tally CodeBrewers Hackathon, which started on Friday, August 9th, and concludes on Sunday, August 11th, 2024. The specific problem statement for this hackathon was provided at the start of the event.
Frontend Bootstrap, CSS, Javascript
Backend: django, Python, Javascript
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/yarragotiravitheja/coding_platform.git- Make virtualenv
python -m virtualenv [env name]- Activate virtualenv
. [env name]/Scripts/activate- Install dependencies
pip install -r requirements.txt[Explain how to use your application, including any important commands or interfaces]
This application includes a server component. As per the hackathon guidelines, there were no constraints on server hosting. Our server is hosted on [mention where you hosted your server - local system or cloud platform].
- Dockerize the code execution environment for compiler
- Using Celery for asynchronous tasks
This project was developed as part of the Tally CodeBrewers Hackathon, August 9-11, 2024.