Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 561 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 561 Bytes

CRUD-MySQL-DB

An app that has full functionality of create, read, update, and delete. Using MySql relational database.

Stack

  • Node
  • Express
  • MySql
  • Vanilla JS
  • HTML

Setup

  • clone to computer using:
git clone https://github.com/birukkebede11/CRUD-MySQL-DB.git
  • run npm install from inside the root directory to install the necessary modules
npm install

run the server

node crudDB.js

I suggest to run the sever with nodemon

nodemon crudDB.js

Make sure to insert your own credentials for MySql connection