Skip to content

A REST API-based automated code testing platform with basic AngularJS frontend

Notifications You must be signed in to change notification settings

JoshuaKaplan1/tamarisk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

javacoderun

This project is a system for automated code testing for education in Java programming. The system relies on REST controllers that manage accounts, roles, assignments, and student submissions. Administration functions are currently simple, and future iterations will improve a lot of the panels. Google is used for authentication, and the system does not use passwords.
A bitap algorithm is used for matching program output to expected results in one assignment mode, and it helps to do incomplete matching and assign a score to the output using a Levenshtein distance.

About

A REST API-based automated code testing platform with basic AngularJS frontend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 82.9%
  • JavaScript 9.7%
  • HTML 6.1%
  • CSS 1.3%