Storz
Storz copied to clipboard
Advanced Web3 file storing and sharing application.
Given that the routes have grown and will be growing in the future. It is necessary to have 1. a single file where all the routes are used. 2. a...
# Description This handled asynchronous errors and other global errors. Try...catch can be omitted. Also, logging errors to files were also implemented. When some unknown error occurs we can keep...
# Description Deleted a lot of eslint warnings because of: assigned a value but never used. Please add Hacktober-Accepted Label
The error handler and how errors are handled need to be fixed. - The global error handler has an issue. To reproduce the error, once the server is running visit...
### Start Date 09/04/2022 ### Implementation PR _No response_ ### Reference Issues _No response_ ### Summary **Below are some of my proposed changes** **Controller** ------------------ 1. Create a Controller folder,...
* Want to add a popup modal which appears when the user clicks on the Logout button. ISSUE * Currently User logsout Immeadiately the button is clicked. * If done...
# Description Added the readFileSync method, fixed the User.findOne().select() error. Fixes # (issue) ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [...
### Start Date 02-10-2022 ### Implementation PR _No response_ ### Reference Issues Every time i logout for logging in again i have to click on the magic link there might...
Currently, we are using a custom npm package for the encryption/decryption of the files. This package doesn't have proper asynchronous methods. So we would like to create our own custom...