A file versioning storage system for versioning and storing your all types of files.
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