Skip to content
This repository was archived by the owner on Dec 20, 2022. It is now read-only.

Latest commit

 

History

History
33 lines (21 loc) · 709 Bytes

File metadata and controls

33 lines (21 loc) · 709 Bytes

pw-api-proxy

An proxy-wrapper for the WebFlow API.

About

  • This project uses Restify. An open source web framework for building modern real-time applications.

  • Hosted on Google App Engine, running Node JS 14.

  • CI/CD via GitHub Actions.

Getting Started

Getting up and running is as easy as 1, 2, 3.

  1. Make sure you have NodeJS and yarn installed.

  2. Install your dependencies

    cd path/to/pw-api-proxy
    yarn install
    
  3. Start your app

    yarn start
    

Help

For more information on all the things you can do with Feathers visit docs.feathersjs.com.