Skip to content
This repository has been archived by the owner on Jul 18, 2020. It is now read-only.
/ apiserver Public archive

Public API Server for YSITD Cloud

License

Notifications You must be signed in to change notification settings

ysitd-cloud/apiserver

Repository files navigation

YSITD Cloud API Server

Public API Server for YSITD Cloud. Build with Nest.js.

Installation

yarn install

Start Development Server

yarn setup:frontend
yarn setup:backend
yarn dev

Start Production Server

yarn build
yarn start

Environment Variable

Variable Description
DEPLOYER_ENDPOINT Http Access Endpoint for deployer
PORT Port for service to listen
ACCOUNT_ENDPOINT RESTful Endpoint for access account service