Skip to content

Latest commit

 

History

History
86 lines (49 loc) · 1.15 KB

README.md

File metadata and controls

86 lines (49 loc) · 1.15 KB

contactManager

Lets signees/users manage (add, update, delete) their contact list. Developed using MVC design pattern. User specific dataset.

Tech Stack

Client: Bootstrap5

Server: Node, Express , MySql

Deployment

To deploy this project run

  • create a digital ocean account
  • login and create a droplet
  • an ip address representing the server system will be assigned
  • use ssh client to access allocated system remotely
  • clone the project
  git clone https://github.com/AbubakrRehman/contactManager.git

Go to the project directory

  cd my-project

Install dependencies

  npm install

Start the server

  npm run start

Deployment

To deploy this project run

  • create a digital ocean account
  • login and create a droplet
  • an ip address representing the server system will be assigned
  • use ssh client to access allocated system remotely
  • clone the project
  git clone https://github.com/AbubakrRehman/contactManager.git

Go to the project directory

  cd my-project

Install dependencies

  npm install

Start the server

  npm run start