Skip to content

create, Read, update and delete - MYSQL database

Notifications You must be signed in to change notification settings

Tsegazeab-dev/CRUD-MySQL-DB

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

create, Read, update and delete - MYSQL database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 76.1%
  • HTML 23.9%