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]
- Download repo and unzip it.
- Open terminal under this repo and run
yarn
to install all dependencies - Now, create .env file in the root directory and copy the data from .env.sample file
- Now, Create your firebase project on firebase console and fill your credentials in .env file
- Now, run
yarn dev
to run development server.