Skip to content

MubbashirHussain/Coaching-Managment-System-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

Coaching Management System Backend

This is the backend for the Coaching Management System, built with Node.js, Sequelize, and a MySQL database.

Overview

This project handles the backend operations of the Coaching Management System, including database interactions and API endpoints.

Technologies Used

  • Node.js
  • Express js
  • Sequelize
  • MySQL

Getting Started

  1. Clone the Repository:

    git clone https://github.com/MubbashirHussain/coaching-management-system-backend.git
    cd coaching-management-system-backend
  2. Install Dependencies:

    npm install
  3. Configure the Database: Update the database configuration in models/index.js with your MySQL credentials.

  4. Run Database Migrations:

    npx sequelize db:migrate
  5. Start the Server:

    npm start

About

The Coaching Management System backend handles the core functionalities of a coaching institute management platform. It provides a robust API to manage students, courses, instructors, and schedules. With seamless database interactions powered by Sequelize and MySQL, this backend ensures efficient data handling and processing.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors