Skip to content

Peer Assessment application written using Play Framework

License

Notifications You must be signed in to change notification settings

bekzatbaubek/peer-assessment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Peer Assessment Application

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

Installation

  1. Clone the repository and open the directory
$ git clone https://github.com/bekzatbaubek/peer-assessment.git
$ cd peer-assessment
  1. Start the application in debug mode using sbt
$ sbt run
  1. Visit localhost:9000 to open the home page

Docker Image

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 Repo

Run the container

$ docker pull bekzatbaubek/peer-assessment
$ docker run -p 9000:9000 bekzatbaubek/peer-assessment

Visit localhost:9000 to open the home page

Tech Stack

About

Peer Assessment application written using Play Framework

Resources

License

Stars

Watchers

Forks