https://github.com/parvezmrobin/jhijhi-backend
A React app backed by Express JS and Mongo DB to facilitate Cricket scoring with heavy customization support
https://github.com/parvezmrobin/jhijhi-backend
cricket scoring sports
Last synced: 2 months ago
JSON representation
A React app backed by Express JS and Mongo DB to facilitate Cricket scoring with heavy customization support
- Host: GitHub
- URL: https://github.com/parvezmrobin/jhijhi-backend
- Owner: parvezmrobin
- Created: 2019-11-06T15:04:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-20T22:15:00.000Z (6 months ago)
- Last Synced: 2025-02-07T16:43:41.673Z (4 months ago)
- Topics: cricket, scoring, sports
- Language: JavaScript
- Homepage: https://jhijhi.parvezmrobin.dev
- Size: 2.51 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jhijhi
[](https://app.netlify.com/sites/jhijhi/deploys)
*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
```bash
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
```bash
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
```bash
yarn run seed
```
Place your desired `username` in place of ``.
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.