File uploading service with file ecryption and selected sharing
- Add your build config in server
server > config.js
exports.secretKey = some-secret-key;
exports.uri = mongodb-uri; - Create the folders as shown below inside server > public
server
|
+--- public
|
+--- files
|
+--- decrypt
- Setting Up:
- Client:
- npm install
- npm start
- Server
- npm install
- nodemon / node app.js
- Client:
MIT Lisence