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.
- Run backend:
cd backend
npm install
node server.js
- 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!
