Skip to content

yuandongzhong/filebox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

This is an online file sharing system for teams. It is built with Python and Django. The jquery-file-upload library and jQuery are used for file dropping feature.

Screenshots

Main App
Login Page

Develop

Using a python 3.8+ environment run the following commands to set up the project.

  1. pip install -r requirements.txt to install the python requirements
  2. python manage.py migrate to run the initial database migrations
  3. python manage.py createsuperuser to create user
  4. python manage.py runserver to run the development server
  5. Login with user and password created

Author

Visit my personal website

Follow me on Twitter

About

An online file sharing system for teams

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published