Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bartekpacia/hackyeah-2019
Project for HackYeah 2019
https://github.com/bartekpacia/hackyeah-2019
Last synced: 22 days ago
JSON representation
Project for HackYeah 2019
- Host: GitHub
- URL: https://github.com/bartekpacia/hackyeah-2019
- Owner: bartekpacia
- License: mit
- Created: 2019-09-15T17:19:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-15T10:09:28.000Z (over 5 years ago)
- Last Synced: 2024-10-26T08:38:56.782Z (2 months ago)
- Size: 2.26 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HackYeah 2019
Project for HackYeah 2019 - Team K3MP-B## Members
* Mathias Åsberg - [@Mindgames](https://github.com/Mindgames)
* Maciej Baranek - [@MAC3R](https://github.com/MAC3R)
* Bartek Pacia - [@bartekpacia](https://github.com/bartekpacia)
* Koppány Kondricz - [@kondricz](https://github.com/kondricz)
* Paweł Lubczyński - [@lubek1983](https://github.com/lubek1983)
* Bence Szegvári - [@bencesz](https://github.com/bencesz)## Technology
### Frontend
* Angular### Backend
##### Quiz provider microservice
- Express JS
- Node JS
- Typescript (optional)Backend service which handles providing quiz question, and the interactions around them. Main responsabilities:
1. Provide a list of quiz questions when game starts based on categories and other query parameters
2. Handle incoming POST requests from users, when they are marking answers in questions (1v1 VS aggregate)
3. Replying to users if they have had the correct answers. Upon missed / hit answers trigger PUBSUB or google functions which are updating other, connected databases.
4. Handling a game close.
### Other
* Google Cloud Platform
* GitHub