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

https://github.com/roylee0704/moph-proxy-api

proxy api calls to moph
https://github.com/roylee0704/moph-proxy-api

Last synced: 2 months ago
JSON representation

proxy api calls to moph

Awesome Lists containing this project

README

        

# moph-proxy-api

## Setup

### Installation

```
make bootstrap
```

## Getting Started

### Running on Docker

```
make docker-run
```

### Running on Pm2

```
make start-pm2
make stop-pm2
```

### Running on Node

```
make start
```