bench-routes / dashboard

6 stars 19 forks source link

mock environment for development #35

Open aquibbaig opened 2 years ago

aquibbaig commented 2 years ago

Bootstraps the dashboard in a mock environment. Even if the backend is not up and running, you can still use mock data to populate dashboard pages.

aquibbaig commented 2 years ago

We can probably use json-server package for this purpose

kunatastic commented 2 years ago

Can I work on this issue?? I would love to work on making a mock environment

ruddi10 commented 2 years ago

@kunatastic sure go ahead

rijusougata13 commented 2 years ago

hi @aquibbaig and @ruddi10 can you explain a little bit more.I found under src/mock some dummy routes and data have been created. So what you are asking specifically, can you explain it a little bit more.

aquibbaig commented 2 years ago

the idea is to add a script that loads the dashboard without connecting to a live backend server, API will be served via mock server