This is a simple GRAPHQL API for basic operations like - CREATE
, READ
, UPDATE
and DELETE
.
- Create data: Add new data to the MySQL database.
- Read data: Read the data from the MySQL database.
- Update data: Update the data from the MySQL database.
- Delete data: Delete the data forever from the MySQL database.
- You must have node.js installed on your device.
- Having MySQL is a must to run this app.
-
Clone the repository
git clone https://github.com/<username>/samples-typescript.git
-
Installing dependencies
cd samples-typescript cd crud-express-mysql-node npm i
-
Starting the server
npm run dev