Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alpha74/onlinejudge-hackathonsystem_javaspringboot

Online Judge/Hackathon system LLD interview design. Coded in Java, Spring Boot.
https://github.com/alpha74/onlinejudge-hackathonsystem_javaspringboot

hackathon hackathon-system interview java machine-coding machine-coding-interview mvc online-judge oops spring spring-boot system-design

Last synced: 6 days ago
JSON representation

Online Judge/Hackathon system LLD interview design. Coded in Java, Spring Boot.

Awesome Lists containing this project

README

        

## Online Code Judge or Hackathon System

### Machine Coding Interview

- Codechef, Codeforces, Hackerrank are examples of Online Judges.

- [Hackathon - Complete Problem Statement](https://github.com/alpha74/OnlineJudge_JavaSpringBoot/blob/main/docs/problem-statement.md)
- Actual submission code is in commit `6aeb0dd`

### Code/Run

- Java8, Maven, IntelliJ(Community)

- Driver class `TrackingServiceTest.java`
- All necessary code in `src` dir

### Understanding the Working

- To understand the working, read Problem Statement thoroughly.
- Then explore `dir` in this order:
1. Entities
2. Repository
3. `HackathonServiceTest.java`
4. Then, deeply go through Services