Skip to content

Web service to store file temporarily with password protection.

License

Notifications You must be signed in to change notification settings

rajdroid/gorilla-file

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gorilla File

Web service to store file for 30 minutes with password protection support.

Steps to run this code in your device:

  • first clone this repo.
  • install virtualenv or use python env and create virtual environment.
  • next pip install requirement.txt file.
  • than run python manage.py shell in project root directory.
  • inside shell create database first my running db.create_all(). This is only if you are using sqlite for development purposes.
  • you can set environment variables which are present in config.py file.
  • than run python manage.py runserver in terminal.
  • now server should be running at localhost:5000

About

Web service to store file temporarily with password protection.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published