Simple nodejs web application facilating cloud storage and file sharing.
Client: Bootstrap5
Server: Node, Express , MongoDB
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
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