An app that has full functionality of create, read, update, and delete. Using MySql relational database.
- Node
- Express
- MySql
- Vanilla JS
- HTML
- 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