Document Manager
Hello, I have used ReactJs for the frontend and Firebase as the backend for this document management system. This system enables the user to create folders, upload files and search files. The user can also view the uploaded files in the new window or if the file is too large, you can download it directly too!
- Download the repo and unzip it.
- Open a terminal under this repo.
- Run 'npm -i' command to install the node modules
- Run 'ng serve'
- Enter the command 'npm start' and hit enter.
- The application will run on localhost:3000 on your machine!