GithubHelp home page GithubHelp logo

cuongtv51 / drop-it Goto Github PK

View Code? Open in Web Editor NEW

This project forked from shashijangra22/drop-it

0.0 1.0 0.0 55.73 MB

A File Hosting Web App to upload and share files among users.

Python 25.50% HTML 70.98% CSS 3.52%

drop-it's Introduction

Drop it!

A file hosting web app like dropbox made with flask with basic functionalities like

  • login/register a user
  • upload/delete files
  • creating a directory structure
  • sharing a file with another user
  • view shared files
  • view and download files to your system
  • search files

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

python3 and A web browser with javascript enabled 

Installing

Clone the repository on your local system

git clone https://github.com/shashijangra22/Drop-it.git

Open the directory

cd Drop-it

setup a virtual environment

python3 -m venv venv

activate the virtual environment

source venv/bin/activate

install the dependencies with a simple command

pip install -r modules.txt

initialise the database

flask db init

create migrations in the database

flask db migrate

upgrade to the latest migration

flask db upgrade

run a local server

flask run

Open localhost:5000 on your web browser and enjoy !

Built With

Contributing

Write code in modules so that we can easily test your code. Feel free to make pull requests!

Authors

  • Shashi Jangra
  • Varun Gupta
  • Sarath Chandra
  • Yaswanth Koravi

Acknowledgments

drop-it's People

Contributors

shashijangra22 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.