The server uses
express
as a web server.mongodb
as a database.
The radiks server indexes user-owned data that was published and signed by the user. The data is (partly) encrypted.
- Start mongo db server locally
- Run
yarn
- Run
yarn start
- Use
http://localhost:5000
in the client app as QA_URL