Skip to content

Aazim-parwaz/fullstack-contact-manager-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fullstack-contacts-manager

introduction

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.

Demonstration:


Sample Demonstration Images:

Intro Interface:

Add-Contact Interface:

Update-Contact Interface:

View-Contact interface:



Installation

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😜