Skip to content

A backend application built with Node.js and Express that connects to a MySQL database to perform full CRUD operations

Notifications You must be signed in to change notification settings

Khalil-deve/backend-crud-with-mysql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MySQL Backend CRUD Application

This project demonstrates how to connect a MySQL database with a backend server and perform full CRUD (Create, Read, Update, Delete) operations.

🛠️ Tech Stack

  • Backend: Node.js, Express.js
  • Database: MySQL

🚀 Features

  • 🔗 Connection with MySQL database
  • ✅ Create new records
  • 📄 Read data from the database
  • ✏️ Update existing records
  • 🗑️ Delete records

📦 Installation

  1. Clone the repository:

     https://github.com/Khalil-deve/backend-crud-with-mysql
  2. Install dependencies:

    npm install
  3. Set up your MySQL database and update the credentials in config/db.js or .env file.

  4. Start the server:

    node index.js

About

A backend application built with Node.js and Express that connects to a MySQL database to perform full CRUD operations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published