Skip to content

alpha74/OnlineJudge-HackathonSystem_JavaSpringBoot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Online Code Judge or Hackathon System

Machine Coding Interview

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