Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 585 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 585 Bytes

node-mysql-crud-app

In this repo I have created the restful api using nodejs, express and mysql

Author : Dinush Chathurya by inspiration of a tutorial published by Rahul Gupta

MySQL configuration

Please create database and make the changes in the config/db.config.js file.

In the project directory, you can run:

npm install

This will install the dependencies inside node_modules

node server.js OR nodemon start OR npm start

Runs the app in the development mode.
Open http://localhost:5000 to view it in the browser.