Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

any chance you would be willing to publish the server-side code that src/api/axios-tracker.js talks to ? #1

Open
davidbuzz opened this issue Jan 9, 2022 · 0 comments

Comments

@davidbuzz
Copy link

davidbuzz commented Jan 9, 2022

const axiosInstance = axios.create( {
:

const axiosInstance = axios.create( {
  baseURL: "https://2a010d296adc.ngrok.io",
} );

... it does things such as 'list tracks' / fetchTracks(), 'save track' / createTrack(), on the remote server, as well as "signup" and "signin" . i was able ot figure out how to make my own signin.php and signup.php , but not how to save and/or list tracks..?

If not able to share the server-side code, perhaps you could give an example or "demo" JSON response that each of the endpoints might provide, so we can use as a template..?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant