A Secure File Storage System focused for organizations with sensitive data to securely store their files.
- Fork this repo.
- run
npm install
in both frontend, backend as well as root folder. - Create your feature branch (git checkout -b featureBranch)
- Commit your changes (git commit -am 'feat: Add some fooBar')
- Push to the branch (git push origin featureBranch)
- Create a new Pull Request