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
- Host: GitHub
- URL: https://github.com/phenopolis/phenopolis_api_schema
- Owner: phenopolis
- License: mit
- Created: 2018-09-08T10:17:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-15T16:44:43.000Z (about 7 years ago)
- Last Synced: 2025-03-17T03:23:35.431Z (10 months ago)
- Language: CSS
- Size: 578 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.