An open API service indexing awesome lists of open source software.

https://github.com/phenopolis/phenopolis_api_schema

A schema defining the API between the phenopolis frontend and backend
https://github.com/phenopolis/phenopolis_api_schema

Last synced: 6 months ago
JSON representation

A schema defining the API between the phenopolis frontend and backend

Awesome Lists containing this project

README

          

# Phenopolis OpenAPI Specification

## Working on specification
### Install

1. Install [Node JS](https://nodejs.org/)
2. Clone repo and run `npm install` in the repo root

### Usage

#### `npm start`
Starts the development server.

#### `npm run build`
Bundles the spec and prepares web_deploy folder with static assets.

#### `npm test`
Validates the spec.