Skip to content

soundlake/min-transfer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MinTransfer

simple version of WeTransfer alternative

How to Install

  1. Download the source code
$ git clone https://github.com/soundlake/min-transfer.git; cd min-transfer
  1. Install the dependency

$ pip install Flask Flask-Assets pyScss
  1. Edit secret.key file

  2. Make some directories

$ mkdir build var
  1. Initialize the database
$ export FLASK_APP=flaskr.py; export FLASK_DEBUG=1; flask initdb
  1. Run Flask
$ export FLASK_APP=flaskr.py; export FLASK_DEBUG=1; flask run

Current Feature

  • Upload file

Future Plans

  • Limit the life time of the uploaded file
  • Send e-mail directly
  • Aesthetical improvement

About

simple version of WeTransfer alternative

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published