@weloveeducation/sdk
v1.0.20
Published
weLOVE.education network base Microservices SDK
Readme
What is this repository for?
- Quick summary
SDK that provides access to multiple microservices on our network base.
How do I get set up?
Summary of set up
npm install @weloveeducation/sdk
Configuration
let SDK = require('@weloveeducation/sdk')
Configure SDK by:
SDK.configure({ mode : "sandbox", microservices : microservicesPort });
Run Microservices on your machine.
You must start the following microservices on your machine to be able to develop:
⋅⋅* emails | port: 9002 ⋅⋅* authentication | port: 8999 ⋅⋅* accounts | port: 9000
####mode {string} {required} ⋅⋅* sandbox ⋅⋅* test ⋅⋅* acceptance ⋅⋅* prod
####microservices {object} {required if mode: sandbox} :
declare ports of the microservices that you're running on your machine
Who do I talk to?
- Repo owner or admin
On Slack: @marcelopiomsf Email: [email protected]
