This full stack App adds, edits, deletes, and displays the contacts in database. In back-end Nodejs, Expressjs, Mysql-server is used. The Front is build on React where axios, react-toastify, react-router-dom are used.
Intro Interface:
Add-Contact Interface:
Update-Contact Interface:
View-Contact interface:
simple! Step1: open first terminal and cd to client. Run the command:
npm start
Step2: open second terminal and cd to server. Run the command:
nodemon index.js
or
node index.js
###Note: Kindly setup .env file and fill your credentials. Connect to your mysql server with your password. because i am not gonna reveal mine😜