This is a relay server skeleton project to connect to the Stellarport A3S platform. If you don't know what A3S is, checkout the a3s documentation.
-
Download the dependencies:
npm install
-
Rename
example-config.js
toconfig.js
and fill in with custom info. -
Run the app:
npm start
The relay server is not available on localhost:1337
-
Implement the methods in
/controllers
-
Build a production bundle:
npm start -- build
-
Dockerize for production:
npm start -- dockerize