Skip to content

Abenzer-Mulugeta/CRUD-MySQL-DB

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRUD-MySQL-DB

An app that has full fuctionality 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

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.9%
  • HTML 11.1%