An open API service indexing awesome lists of open source software.

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.

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?

image