react-material-admin icon indicating copy to clipboard operation
react-material-admin copied to clipboard

Where is the restAPI link

Open Martyhacker opened this issue 1 year ago • 4 comments

Hello bro I like this project. But I don't understand from where axios getting datas where is the restapi url? I am new in React

Martyhacker avatar Apr 17 '23 19:04 Martyhacker

Hello bro I like this project. But I don't understand from where axios getting datas where is the restapi url? I am new in React

Check the mock folder inside of src directory. There is no real "Api", just a mock of what the server would respond with.

Cprime50 avatar Dec 16 '23 15:12 Cprime50

it is using a mock API call, you have to design your own thing.

pluckannfeel avatar Dec 26 '23 05:12 pluckannfeel

i can t find the base url for the axios always getting 404 for my api calls and no sign in the network dev tool

marsit-saif-eddineee avatar Feb 25 '24 12:02 marsit-saif-eddineee

it is using a axios-mock-adapter, you can configure the whole network base by starting on understanding the mock directory (mock folder) each hook calls comes from there

pluckannfeel avatar Mar 09 '24 10:03 pluckannfeel