Thanks to visit codestin.com
Credit goes to github.com

Skip to content

edwardsp/azblobview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install instructions

Create the python env

cd api
apt install python3-venv
python -m venv venv
source venv/bin/activate
pip install flask python-dotenv azure-storage-blob

Set the storage accounts to use

Copy the storage.json.tpl to storage.json and include all the containers you would like to expose.

Build

yarn install
yarn build

Run

To start the python server:

yarn start-api

Now, go to localhost:5000 to see the production build.

Development version

In addition to starting the python server, you need to start also start the development web server:

yarn start

Now go to localhost:3000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published