https://github.com/pyozer/discoverapi
https://github.com/pyozer/discoverapi
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/pyozer/discoverapi
- Owner: Pyozer
- Created: 2019-04-29T09:22:41.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-08-20T15:43:24.000Z (almost 6 years ago)
- Last Synced: 2025-01-08T07:48:41.439Z (over 1 year ago)
- Language: JavaScript
- Size: 108 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://circleci.com/gh/Gi-jutsu/DiscoverAPI/tree/master)
# DiscoverAPI
## Installation
```
yarn install
```
## Starting Server
```
yarn start
```
## Starting Development
```
yarn dev
```
## Running tests
```
yarn test
```