Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 649 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 649 Bytes

DropboxClone

A simple clone of Dropbox that uses Django and Dropzone.js.

Features:

  • User registration
  • User log-in system
  • File upload system (requires user to be logged-in)
  • Files are saved to user folders

Author:

Grace Christenbery

Pre-reqs:

Instructions

  • git clone the repository
  • cd into root directory, and run python manage.py syncdb
  • in the command line, run python manage.py runserver
  • direct your browser to http/localhost:8000/