Skip to content

chintyadewi/crud-express-mysql

Repository files navigation

Getting started

Clone the repo

git clone https://github.com/chintyadewi/crud-express-mysql.git

Jump to newly created folder

cd crud-express-mysql

Install all packages

npm install

Import dumped SQL database

Import crud-express.sql file to your mysql host

Setup database connection

Go to config/db.js file and configure the connection:

host:'',       // url host
user:'',       // mysql username
password:'',   // mysql password
database:''    // mysql name

Start the server

npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages