Skip to content

parthiban-code/Cricket-App-Postman-Collection

Repository files navigation

🏏 Match Management Backend API

A RESTful backend API for managing matches.
This project is API-only (No UI) and can be accessed only through HTTP requests using tools like Postman or Thunder Client.


📌 Overview

This backend application provides secure APIs for:

  • User authentication
  • Match creation
  • Match retrieval
  • Match completion

The system is designed to be lightweight, scalable, and easy to integrate with any frontend or mobile application.


🚀 Features

  • ✅ User Registration
  • ✅ User Login (JWT Authentication)
  • ✅ Add Match
  • ✅ Get All Match Details
  • ✅ Get Single Match Details (by Match ID)
  • ✅ End Match

🛠 Tech Stack

  • Backend: Node.js, Express.js
  • Database: MySQL / PostgreSQL
  • Authentication: JSON Web Token (JWT)
  • API Testing: Postman / Thunder Client

📂 Project Structure (Example)

project-root/
│
├── controllers/
│   ├── authController.js
│   └── matchController.js
│
├── routes/
│   ├── authRoutes.js
│   └── matchRoutes.js
│
├── middlewares/
│   └── authMiddleware.js
│
├── config/
│   └── db.js
│
├── .env
├── app.js
├── server.js
└── README.md

About

Self-Developed Cricket Application – Postman Collection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published