epraeter / Capstone

Car Survival Game
0 stars 0 forks source link

Linking API and the website #11

Open JReese1212 opened 2 years ago

JReese1212 commented 2 years ago

Getting the api linked to the website to talk to the database

epraeter commented 2 years ago

Did some testing in Javascript to make api calls from a very basic website. Came into an issue with the API and CORS permissions. I know the solution and will just need to fix it and then republish the api to the server.

epraeter commented 2 years ago

image image

created a function to make calls to the API which still needs to be implemented but the logic is done. Next step is to replace the direct database calls in the website to instead use the callAPI function.

epraeter commented 2 years ago

API is now working with login and register pages. I believe it is also in use on the highscores page.