项目作者: Localing

项目描述 :
RESTful API for Localing Apps
高级语言: JavaScript
项目地址: git://github.com/Localing/api.git
创建时间: 2020-08-12T16:17:54Z
项目社区:https://github.com/Localing/api

开源协议:

下载


Localing API

Localing Gateway API for customer facing app and business dashboard, developed with Node/Express

Install Dependencies

Install all package dependencies (one time operation)

  1. npm install

Run It

Run in development mode:

Runs the application is development mode. Should not be used in production

  1. npm run dev

or debug it

  1. npm run dev:debug

Run in production mode:

Compiles the application and starts it in production mode.

  1. npm run build
  2. npm start

Deploy It

Deploys to AWS Elastic Beanstalk

  1. eb deploy