/storage

Primary LanguageJavaScript

React Js Firebase FIle Management System [V1.0]

This is the file management system made with reactjs and frebase. where user cn upload files, create folders and sub folders, and also even user can create file and he/she can edit and save created file.

Demo Link [updating demo link soon on vercel instead of heroku]

Installation Guide

  1. Download repo and unzip it.
  2. Open terminal under this repo and run yarn to install all dependencies
  3. Now, create .env file in the root directory and copy the data from .env.sample file
  4. Now, Create your firebase project on firebase console and fill your credentials in .env file
  5. Now, run yarn dev to run development server.