Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 497 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 497 Bytes

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:

  1. Set proxy in package.json to http://localhost:9111 and ;
  2. Set GAWATI_DOCUMENT_SERVER in public/index.html to http://localhost:9111 and ;
  3. Set auth to false in configs/dev.json in the portal-ui ;
  4. Now run npm start; the portal-ui will start on localhost:3000