hafeed06
hafeed06
You should git init from the folder that contains both client and server folders not from inside one of the two So if your folder is: /memories/client | memories/server You:...
@MatinT-SA Of course. Github is just like a storage space for your code basically, the same way you have a folder that holds a backend folder and a front end...
I'm having a similar issue, if anybody solves it let me know @benitoito
Solved for me! Actually it was just a silly mistake. in App.js in the useEffect hook, I wrote: dispatch(getPosts); instead of dispatch(getPosts()); Reviewed the first tutorial until I saw it,...