Skip to content

j0hnsmith/local_files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

install

  • create virtualenv and enter
  • install requirements pip install -r requirements.txt
  • create db python init_db.py
  • run tests python tests.py (not fully comprehensive)

start celery

  • celery -A app.tasks worker --loglevel=info --concurrency=1

start app

  • python run_app.py

visit site

  • go to http://localhost:5000/ in your browser
  • follow link to run background task to inspect filesystem
  • follow link to view api

api

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages