react-material-admin
react-material-admin copied to clipboard
Where is the restAPI link
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
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.
it is using a mock API call, you have to design your own thing.
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
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