Giter VIP home page Giter VIP logo

fileferry's Introduction

FileFerry - A Secure File Sharing Platform (MongoDB)

Welcome to the GitHub repository for FileFerry, a web-based file sharing platform built with MongoDB.

Developers:

API Documentation: https://documenter.getpostman.com/view/9930451/2s93XyUiBq

Project Setup

  1. Make sure you have Docker Desktop installed on your computer.
  2. For the first time, install the packages.
    // from project root
    cd ./client
    npm install
    
    // from project root
    cd ./server
    npm install
    
  3. Create a .env file in the server directory and enter the following variables.
    ATLAS_DB=                   // link to the mongodb atlas cluster
    JWT_SECRET=
    
  4. From the project root directory, run the following command to build the Docker containers:
    docker-compose build
    
  5. After the build is complete, start the Docker containers by running the following command:
    docker-compose up
    
  6. The following table shows the ports used by each container:
    Service Container Name Port
    Frontend fileferry-client 3000
    Backend fileferry-server 5000
    Database fileferry-db 27017

Usage

Once you have the project set up and running, you can access the FileFerry application by navigating to http://localhost:3000 in your web browser. From there, you can use the platform to upload, download, and share files with others.

Current Features

  • Upload files
  • Share files with other registered users
  • Authorization to accept shared files
  • Create a whitelist (users from whom a user can receive files without authorization)
  • Download files owned and shared to a user
  • Delete the files owned by a user
  • View the users who have access to your file
  • Revoke access to a file

Upcoming Features

  • Rename your files
  • View and update user's profile

fileferry's People

Contributors

ksasanka11 avatar anahita20 avatar dmustafinnn avatar

Stargazers

 avatar

Watchers

 avatar  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.