Skip to content

Conference gamification inspired by cryptocurrency market

License

Notifications You must be signed in to change notification settings

davidvavra/mdevcoinexchange

Repository files navigation

mDevCoinExchange

Conference gamification inspired by cryptocurrency market

Learn more details from the blogpost

Try it

(find private keys for login in clean-database.json)

Technologies

  • Firebase Realtime Database
    • see sample-database.json and database.rules.bolt
  • Firebase Functions in TypeScript
    • see functions folder
  • Angular 5
    • see web folder

Setup

Prerequisities

  • Node.js
  • Firebase CLI
  • Firebase Bolt
  • Angular CLI
  • Typescript

Firebase part

  • Create a new Firebase project
  • firebase init and assign the project there
  • Generate a service account for functions and add the keys to functions/src/service_account.ts
  • cd functions
  • npm install
  • Change Firebase URL in src/index.ts
  • Deploy functions (next part)
  • Upload clean-database.json through Firebase console

Web part

  • cd web
  • npm install
  • Change Firebase configuration in web/src/environments

Deploy

  • cd web
  • ng build --env=prod (or ng serve for local development)
  • cd ..
  • firebase deploy

Credits and license

The code is available under MIT license. Please let us know if you use it, we are curious!

This game was developed by David Vávra (frontend, leadership), Jiří Čadek (backend, testing) and David Ryšánek (graphs, design, TV).

About

Conference gamification inspired by cryptocurrency market

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published