https://github.com/ivanprodaiko94/ucu-scala-final-project
UCU Parallel and streaming programming course final project
https://github.com/ivanprodaiko94/ucu-scala-final-project
Last synced: about 1 year ago
JSON representation
UCU Parallel and streaming programming course final project
- Host: GitHub
- URL: https://github.com/ivanprodaiko94/ucu-scala-final-project
- Owner: IvanProdaiko94
- Created: 2019-02-11T21:07:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-12T09:53:54.000Z (over 7 years ago)
- Last Synced: 2025-04-09T19:54:36.119Z (about 1 year ago)
- Language: Scala
- Size: 88.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
### Team "nonames"
- Andrii Yurkiv
- Ivan Prodaiko
- Serhii Brodiuk
# Environment
## Build
To build all of the components - simply run `sbt docker` from the root project folder.
## Deploy
### Local
To deploy local environment and start testing - simply run `docker-compose up` from the root project folder.
### Staging
ToDo