Skip to content

A file sharing hub! It is a simple Django Web Applications targetted for people working in teams & provide a minimal and powerful platform for sharing files on the go.

License

Notifications You must be signed in to change notification settings

shaurya-src/QuickDrop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuickDrop

Overview

What is QuickDrop?

QuickDrop is a file sharing platform with absolutely no restrictions! Share files with your friends, family, and co-workers with just a click. It is made as a J-Component Poject for Internet and Web Programming (CSE3002) course at VIT, Vellore under Prof. Malathy E.

View the complete project report from here.

Features

RepoSize License LastCommit

  • 100% Responsive Web Application
  • Unlimmited Upload Size
  • No restrictions on File Type
  • Secure User Authentication
  • Minimal Web Interface
  • Admin Dashboard

Contents

Made with Python Made with love

QuickDrop, is a file sharing Web Application project that comprises of all the needful features and provide a perfect solution for file management within a group. The project uses SQLite3 Database and is built using Django framework. QuickDrop is a lightweight solution and can be easily deployed by users for their personal use cases as well. The users can manage their profile and posts and share with the group without any hassle within seconds.

  • Python 3.x
  • Flask
  • Flask SQLAlchemy

Follow these steps to use this project.

  1. Clone the repository.
  2. Open terminal on the project directory.
  3. Run the following commands:
  • python quick_drop/manage.py makemigrations

  • python quick_drop/manage.py migrate

  • python quickdrop/manage.py runserver

  1. Open http://localhost:8000 to use the web app.

Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/NewFeature)
  3. Commit your Changes (git commit -m 'Add some NewFeature')
  4. Push to the Branch (git push origin feature/NewFeature)
  5. Open a Pull Request

QuickDrop is available under the MIT license. See the LICENSE file for more info.

Shaurya Choudhary


About

A file sharing hub! It is a simple Django Web Applications targetted for people working in teams & provide a minimal and powerful platform for sharing files on the go.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published