https://github.com/willuhmjs/publicdb
An open-source demonstration and implementation of a public RSA encrypted key-value database.
https://github.com/willuhmjs/publicdb
Last synced: 12 months ago
JSON representation
An open-source demonstration and implementation of a public RSA encrypted key-value database.
- Host: GitHub
- URL: https://github.com/willuhmjs/publicdb
- Owner: willuhmjs
- License: mit
- Created: 2023-04-17T00:19:24.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-24T15:58:44.000Z (about 3 years ago)
- Last Synced: 2025-03-28T20:48:17.632Z (about 1 year ago)
- Language: Svelte
- Homepage: https://publicdb.vercel.app
- Size: 195 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# publicdb
An open-source demonstration and implementation of a public RSA encrypted key-value database.
Provide your MongoDB connection string in a .env file in the root of the project.
```sh
yarn && yarn dev
```