A simple Express JS app fronted by react to maintain cricket score
You can use the app from https://jhijhi.herokuapp.com.
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!
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.