https://github.com/urstrulykkr/codejurist
A scalable code evaluating platform.
https://github.com/urstrulykkr/codejurist
django docker gunicorn nginx psql-database
Last synced: about 2 months ago
JSON representation
A scalable code evaluating platform.
- Host: GitHub
- URL: https://github.com/urstrulykkr/codejurist
- Owner: urstrulykkr
- Created: 2022-07-20T16:44:34.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-17T16:00:42.000Z (over 2 years ago)
- Last Synced: 2025-10-05T04:48:01.142Z (9 months ago)
- Topics: django, docker, gunicorn, nginx, psql-database
- Language: JavaScript
- Homepage: https://www.algouniversity.com/dashboard/
- Size: 650 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CodeJurist: A scalable code evaluation platform.
# My work plan:
https://docs.google.com/document/d/1zYKSyPG2nuohSU5TBXx0fm39ahCV3yVwCpBJoFwbQSo/edit?usp=sharing
# TO RUN LOCALLY YOU MUST HAVE DOCKER DESKTOP RUNNING IN THE BACKGROUND! CONTANERS SHOULD BE RUNNING (look at the image below).
- :pushpin: CodeJurist allows users to submit solution, written in any popular languages for the coding challenges & evaluates solution by presenting the deserved verdict.
- :pushpin: User can Register/Login for using this product. Users can also track all their submissions submitted till date.
- :pushpin: Security is our prime concern :shield: CodeJurist runs all your code in an isolated container :package:.
To keep your systems safe, we isolate the code from your device; to run and deliver the output safely.
So `ZOMBIE CODE` :zombie:, CodeJurist is watching you :crossed_swords: !
# :bulb: Have Product Improvement Ideas ? Come pitch in! :bouquet:
- Report your ideas [here](https://github.com/urstrulykkr/CodeJurist/issues) :memo:
- Please present in detailed description by emphasising on the value it generates to the user :surfing_man:
# :building_construction: How did I build this ?
- I had used the following technologies:
- UI :art: : HTML5, CSS3.
- Backend :mechanic: : Django, Docker.
- DataBase :file_cabinet: : PostgreSQL.
- Cloud :cloud: : nginx, gunicorn, AWS EC2
# :memo: I found some bugs or issues. Where do I report?
Report [here](https://github.com/urstrulykkr/CodeJurist/issues) in detail answering these questions:
- What steps did you take to make the bug appear?
- How can the bug be fixed? (In case you know)
- Which OS and which all packages / softwares / dependencies are you using?
- Have you tried any troubleshooting steps such as a reboot for example?
- Have you followed the prescribed prerequisites?