Skip to content

Latest commit

 

History

History
 
 

crud-express-mysql-node

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

CRUD APP

This is a simple GRAPHQL API for basic operations like - CREATE, READ, UPDATE and DELETE.

Features

  1. Create data: Add new data to the MySQL database.
  2. Read data: Read the data from the MySQL database.
  3. Update data: Update the data from the MySQL database.
  4. Delete data: Delete the data forever from the MySQL database.

Tech Stack

  1. Node.js
  2. Express.js
  3. MySQL
  4. GraphQL

Getting Started

Prerequisites

  1. You must have node.js installed on your device.
  2. Having MySQL is a must to run this app.

Installation

  1. Clone the repository

    git clone https://github.com/<username>/samples-typescript.git
  2. Installing dependencies

    cd samples-typescript
    cd crud-express-mysql-node
    npm i
  3. Starting the server

    npm run dev