Skip to content

This is a fully featured React Node Js App with CRUD operations based on Indian Premier League Data with representational graph and charts.

Notifications You must be signed in to change notification settings

ShovanDhara/React-Node-MongoDB-CRUD

Repository files navigation

React NodeJS MongoDB CRUD application with JWT Authentication

This Application is a Meanstack App for IPL all season's matches and team status with detail report

Installation Instructions

Use npm package manager for installing packages from package.json file present both in root and server level

npm install

Start MongoDB Server and import both CSV files with below command

mongoimport -d skillathronCW -c matches --type csv --file matches.csv --headerline
mongoimport -d skillathronCW -c deliveries --type csv --file deliveries.csv --headerline

To start Express Server - Navigate to server/ folder

npm start

To start application - In root level

npm start

Then type localhost:8001 to run the application in your favorite browser.

Application flow

After installation register with valid user data and login.

About

This is a fully featured React Node Js App with CRUD operations based on Indian Premier League Data with representational graph and charts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published