/NodeJS-CRUD-API

CRUD App Using NodeJS, ExpressJS and MySQL

Primary LanguageTSQL

NodeJS-CRUD-App

CRUD App Using NodeJS, ExpressJS and MySQL

Usage

Follow the steps to run the App

Initialization

Run this command in any empty folder

$ npm init

Installing Dependencies

$ npm i --save concurrently cors dotenv express mysql

Installing Dev-Dependencies

$ npm i --save-dev nodemon

Database Creation

Database file is already included. Import SQL file either in Workbench or in phpmysql.

Running the App

Run this command in the terminal. Then go to http://localhost:5000

$ npm run server

FrontEnd connection in next Updates.

ReactJS connection.