Written with 💕 using Play+Scala
This is a small web application I have developed during my first summer at the University
Mainly this repo will serve as an exercise in maintaining legacy code and a portfolio project to show my web dev skills
- Clone the repository and open the directory
$ git clone https://github.com/bekzatbaubek/peer-assessment.git
$ cd peer-assessment
- Start the application in debug mode using sbt
$ sbt run
- Visit localhost:9000 to open the home page
After setting up Docker and sbt-native-packager, all the future commits trigger the Continous Integration through GitHub Actions (check out the Actions tab) - that compiles, tests, builds, and publishes the containerized version of the app
$ docker pull bekzatbaubek/peer-assessment
$ docker run -p 9000:9000 bekzatbaubek/peer-assessment
Visit localhost:9000 to open the home page