Skip to content

A React app backed by Express JS and Mongo DB to facilitate Cricket scoring with heavy customization support

Notifications You must be signed in to change notification settings

parvezmrobin/jhijhi-backend

Repository files navigation

Jhijhi

Netlify Status

A simple Express JS app fronted by react to maintain cricket score

Live

You can use the app from https://jhijhi.herokuapp.com.

Installation

To install the app in your local machine make sure you have node and yarn installed. Then run

yarn install

After installation completes, copy .env.example to .env. Replace the value of DB_CONN inside .env with a mongodb connection string.

Finally, run

yarn run dev

Wait a while. Bingo!

Seeding

If you don't want to go through the hassle of inserting bunch of new data and just want to explore the app, run

yarn run seed <username>

Place your desired username in place of <username>. Your password is same as the username. A bunch of players, teams and matches are also inserted for you.

Thank me later. Find some bug first.

About

A React app backed by Express JS and Mongo DB to facilitate Cricket scoring with heavy customization support

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages