An open API service indexing awesome lists of open source software.

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.

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
```