mock-config-server icon indicating copy to clipboard operation
mock-config-server copied to clipboard

🎉 tool that easily and quickly imitates server operation, create full fake api in few steps

Results 54 mock-config-server issues
Sort by recently updated
recently updated
newest added

Create a page where the user can view the created configs

documentation
enhancement

It is necessary to replenish the functional database for graphql. Generate default crud operations

enhancement

As part of the task, consider the possibility of connecting web sockets for rest and subscriptions for graphql

enhancement

Needs to test a build of mock config server for more accurate publishing releases. For this necessary add e2e tests and examples of functionality of server

documentation
enhancement

Need to add database instance in interceptor params to allow users work with DB when sending requests. Example: ``` interceptors: { response: (data, params) => { console.log(params.database.read('settings')); console.log(params.database.write('settings', { theme:...

enhancement

If try to send cookies from other origin (other port on localhost for example) CORS error occurs. ![image](https://github.com/siberiacancode/mock-config-server/assets/47690223/b2b0c42e-cef3-4b89-9ade-a5cea00c3e5e) This happens because we use `*` for requests with credentials, but wildcard...

bug

Now tests have only one describe, you need to add additional describes, which will divide the test into semantic parts

enhancement

Темная тема: ![image](https://github.com/siberiacancode/mock-config-server/assets/81089091/caf4501f-8f1f-43e1-aea8-ce791ce56a75) Светлая тема: ![image](https://github.com/siberiacancode/mock-config-server/assets/81089091/458cbdae-55a1-4c81-b52d-0f3f7299e67e)

documentation
enhancement