IT-NOTES is a web application written in Scala and Play framework. The app present knowledge from IT in form, of concise articles and quizzes. It is created for practise and combining technologies, which I use in my current job. To present correct distributed system mechanism, client and server are separated:
- forntend: https://github.com/AlarQ/it-notes-front - React app,
- backend: https://github.com/AlarQ/it-notes-back - Scala app in Cats ecosystem.
- Scala
- Play
- Sangria
- Elastic4s
- Circe
- Quicklens
App can be set up using docker-compose file added to project with command:
docker-compose.yml up -d