Skip to content

yr1404/MyIPLDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

myipldb1

MyIPLDB

MyIPLDB is your personal IPL database where you can explore the stats through an intuitive interface and easily add, edit, or manage players, teams, and points table data.

Setup

  1. Run backend:
cd backend
npm install
node server.js
  1. Run a local development server for the frontend:

VS Code: Install the Live Server extension → Right-click index.html → Open with Live Server

Python:

python3 -m http.server

PHP:

php -S localhost:8000

Open the provided URL in your browser and start using the app.

Enjoy!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published