Creating your own project #6
Replies: 3 comments 2 replies
-
i have all that finished, unfortunately i didnt get any error in the console. can i have the backend with the database by any chance? thanks in advance catherine :) this is so important for my final project in university :D |
Beta Was this translation helpful? Give feedback.
-
Unfortunately, I can't help without seeing the code and I cannot share my database because I have free limits that I am using for various projects. |
Beta Was this translation helpful? Give feedback.
-
A quick checklist of what you can do to check it locally: REACT_APP_DATABASE_URL=find this in the documentation -Next install the node modules So once everything is done, you will either get stuck at the very start where server doesn't deploy locally and that is one issue or you will get stuck when trying to get users which means there is issue with connecting to the database. If you try to register and database doesn't update it means you are sending the wrong data. |
Beta Was this translation helpful? Give feedback.
-
@kingalfarizi Would be hard to help without seeing the entire code, the issues can be different. Do you have the code anywhere where I can see it by chance?
Beta Was this translation helpful? Give feedback.
All reactions