Skip to content

Latest commit

 

History

History

experiments-api

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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.