Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 373 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 373 Bytes

MaterialAPI

An API to explore materials inside electronic components.

Requirements

You should have Node.js and npm installed.

Installation

git clone https://github.com/g-div/MaterialAPI.git
cd MaterialAPI
npm install

Generate the documentation

In order to generate the Swagger interactive documentation run:

npm run docs

Start

npm start