Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 277 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 277 Bytes

The API backend for mina-frontend to fetch experiments data from DB.

Pre-requisites

  • NodeJS or similar runtime.

Usage

  • Clone this repository.
  • Go to cloned repository.
  • Run npm install to install dependencies.
  • Run npm run start to start the API server.