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
- Host: GitHub
- URL: https://github.com/roylee0704/moph-proxy-api
- Owner: roylee0704
- Created: 2021-10-11T06:39:24.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-11T07:58:46.000Z (over 3 years ago)
- Last Synced: 2024-12-27T23:09:20.198Z (4 months ago)
- Language: Makefile
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```