chingu-voyages / v45-tier3-team-53

Add-project-description-here | Voyage-45 | https://chingu.io/ | Twitter: https://twitter.com/ChinguCollabs
1 stars 1 forks source link

sign up login logout frontend #61

Open keldim opened 1 year ago

shawnkoong commented 1 year ago

not sure if theres an issue on my end but i'm actually getting an error saying "POST http://localhost:8080/api/auth/authenticate net::ERR_CONNECTION_REFUSED authService.ts:16" and "XHR failed loading: POST "http://localhost:8080/api/auth/authenticate"." on signup and login

@jaenixlee were you able to get the backend up and running without any issue?

keldim commented 1 year ago

@jaenixlee hey jaeni, the error may be due to not having a secret.properties file in your directory, if this is the case, create one and I'll send you the content of the file through a discord message so that you can simply copy and paste the content

also do you have mysql workbench + server installed in your laptop? that may be the reason for error too

jaenixlee commented 1 year ago

@shawnkoong things worked when i ran npm run dev but i guess not haha

@keldim ah okay! where specifically should i create the file? i will also install those now

keldim commented 1 year ago

@jaenixlee create a file named "secrets.properties" in backend/src/main/resources after installing mysql workbench + server, let me know! I'll send you the content for "secrets.properties" through discord

jaenixlee commented 1 year ago

@keldim i think i installed everything! feel free to send it whenever