Skip to content

birukkebede11/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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published