shaurya-src / QuickDrop

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Project Details

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.

Requirements

  • Python 3.x
  • Flask
  • Flask SQLAlchemy

Installation

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.

Contribute

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

Tech Stacks/Tools Used

License

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

Author

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.

License:MIT License


Languages

Language:CSS 90.6%Language:HTML 6.5%Language:Python 2.8%Language:JavaScript 0.1%