Giter Club home page Giter Club logo

bdrive2's Introduction

Bdrive2

BashDrive or BDrive

BDrive is a simple blob storage system where user can store any kind of data and share it with their peers. Users can also download,rename,delete existing files or upload new files to their account.

FEATURES

  1. Authentication: we supply our email and password once to the API and the API responds back with a long string/token which is stored by our browsers. The next time when we click on another resource that requires login, the browser will send back the token and the server would be able to identify the user. So as to extract the token from an HttpOnly cookie. HttpOnly cookies can't be accessed by javascript. So, any client-side malicious javascript would not be able to access the cookie data and our application with be more secure.

  2. Apllication The features of the application are listed below.

    Upload Multiple files. List All files of current user. Delete a particular file. Share the file with other user. Rename a file.

  3. Web Based UI

Simple User friendly interface. It is a Single Page Application. Jinja2 and form are the backend tools. Html used for frontend.

  1. Sharing

User can share their resource to their fellow Bdrive users.

  1. Deployment

Heroku is used.

https://bashdrive.herokuapp.com/

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.