Skip to content

AbubakrRehman/file_sharing_app

Repository files navigation

shareIT

Simple nodejs web application facilating cloud storage and file sharing.

Tech Stack

Client: Bootstrap5

Server: Node, Express , MongoDB

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