Skip to content

Latest commit

 

History

History

server

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Server

The server uses

  • express as a web server.
  • mongodb as a database.

APIs

Radiks Server

The radiks server indexes user-owned data that was published and signed by the user. The data is (partly) encrypted.

Development

  1. Start mongo db server locally
  2. Run yarn
  3. Run yarn start
  4. Use http://localhost:5000 in the client app as QA_URL