A modern version of PracticeIt designed to operate smoother and scale better
Issues/TODOs are being tracked in Airtable here
- Web: run
npm run build
inside Web/ - JavaTestRunner: run './gradlew jar
npm run run:[rmq/web/jtr]
will run any of the individual services. This requires rabbitmq installed on the computer and the individual services built.
The application can be ran using docker-compose, to do this run:
docker-compose build
docker-compose up
see README.md
in the Web/
, Repository/
, and JavaTestRunner/
directories for their respective instructions.