Giter Site home page Giter Site logo

filez.io's Introduction

Logo Filez.io

Filez.io is a simple personal file cloud storage solution built using Laravel Sail, Jetstream, Inertia.js, Vue 3, MySQL, MinIO, and Nginx. It provides an easy-to-use interface for managing and storing files securely.

Stack

The project uses the following technologies:

  • Laravel Sail: A lightweight development environment for running Laravel applications using Docker.
  • Jetstream: A beautifully designed application scaffolding for Laravel, providing a robust starting point for building your application.
  • Inertia.js: A modern approach to building single-page applications using server-side routing and Vue.js.
  • MySQL: A popular open-source relational database management system.
  • MinIO: A high-performance object storage system, used as a local bucket storage.
  • Nginx: A web server and reverse proxy server used to handle routing and serve the application.
  • Mailpit: A fake SMTP server for testing emails.

Getting Started

Prerequisites

  • Docker and Docker Compose
  • bash for running the install.sh script

Follow the instructions below to set up and run the Filez.io project:

  1. Copy the ./env.example file to ./.env and update the environment variables if needed (note that you can run the application with de provided example).

  2. Run the ./install.sh script. This script will pull a Docker image to install the project dependencies using composer install and build the application. The script will attempt to run the sudo command at the end of the process to reset the project permissions.

  3. Start the application by running ./vendor/bin/sail up. This command will start all the containers and create the MinIO bucket for file storage.

  4. Run the database migrations by executing ./vendor/bin/sail artisan migrate. This will set up the necessary database tables.

  5. Optionally, you can run the database seeder to create a test user by running ./vendor/bin/sail artisan db:seed. It will create a user with the following credentials:

  6. Access the project by opening your web browser and visiting http://localhost:80.

Please note that the application will be accessible at http://localhost, which is configured through Nginx. Additionally, you can access the MinIO storage at http://static.localhost, which is also handled by Nginx.

You can view the sent emails in Mailpit by visiting http://localhost:8025. Note that it is used only for the password recovery feature.

Testing

The project uses PHPUnit for testing. You can run the tests by executing ./vendor/bin/sail artisan test. And you can run the tests with coverage by running ./vendor/bin/sail artisan test --coverage-html ./coverage.

Screenshots

Landing page

Landing page

Login screen

Login screen

User register screen

User register screen

Password recovery screen

Password recovery screen


Password recovery email

User's profile

Profile

User's dashboard

User's dashboard


User's dashboard files


File upload


File renaming


New folder


File exclusion


File controls


Nest path

Storage

Storage files

License

This project is licensed under the MIT License.

filez.io's People

Contributors

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