Anonymously and Securely save notes anytime with ease.
git clone https://github.com/ncryptsion/cryptednote.git
npm install
pnpm install
- web.port: The port where CryptedNote will listen to.
- security.cookieMasterKey: The master key for the cookie encryption.
- database.mongoDBURL: The URI of your MongoDB cluster.
- database.databaseName: The name of the database where the collection resides.
- database.collectionName: The name of the collection where the pads data will be stored.
node index.js
|
