Skip to content

OSDLabs/matka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#MATKA (Quark Gaming) Uses Express as web framework, Handlebars for templating, and Firebase as database. ##Installation (for contributing) Clone this repository

$ git clone https://github.com/OSDLabs/matka
$ cd matka

Put firebase credentials in credentials.js in the below format

module.exports.firebaseConfig = {
    apiKey: <your API key>,
    authDomain: <authDomain>,
    databaseURL: <databaseURL>,
    storageBucket: <storageBucket>,
  }

Install Packages and start the server (port 17970)

$ npm install
$ node index.js

About

http://matka.bits-quark.org Website for MATKA (Quark Gaming) Registrations. Made using Node, Express, Handlebars.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published