This is a fake data back-end for the gawati-portal-ui.
To use it, git clone this repository. Then npm install
.
After that run npm start
, it will start on port 9111.
In gawati-portal-ui
:
- Set
proxy
inpackage.json
tohttp://localhost:9111
and ; - Set
GAWATI_DOCUMENT_SERVER
inpublic/index.html
tohttp://localhost:9111
and ; - Set
auth
tofalse
inconfigs/dev.json
in the portal-ui ; - Now run
npm start
; the portal-ui will start onlocalhost:3000