UI for sample distributed TODO application.
PORT- a port the application binds toAUTH_API_ADDRESS- address ofauth-apifor authenticationTODOS_API_ADDRESS- address oftodos-apifor TODO CRUD
# install dependencies
npm install
# build application
npm run buildPORT=8080 AUTH_API_ADDRESS=http://127.0.0.1:8000 TODOS_API_ADDRESS=http://127.0.0.1:8082 npm startHere you can find the software required to run this microservice, as well as the version we have tested.
| Dependency | Version |
|---|---|
| Node | 8.17.0 |
| NPM | 6.13.4 |