Skip to content

A secure file storage system on cloud with version control and file sharing.

Notifications You must be signed in to change notification settings

rahulmansharamani14/cloud2store

Repository files navigation

cloud2store

A file versioning storage system for versioning and storing your all types of files.

Installation

Clone the repo

  git clone https://github.com/rahulmansharamani14/azure-project

Install NPM packages

  npm install

Create an .env file and add your these following to it

DB = "YOUR MONGO URL goes here"
AZURE_STORAGE_CONNECTION_STRING="Your Azure storage connection string goes here"
AZURE_STORAGE_ACCESS_KEY="Your Azure storage access key goes here"
AZURE_STORAGE_ACCOUNT = "Your Azure storage account goes here"

Start Development server

  npm run dev

About

A secure file storage system on cloud with version control and file sharing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published