Hello, first of all, I've purchased the "SING APP REACT NODE.JS" (React Admin Dashboard Template with Node.JS Backend)
1) I installed and started the backend following the "user-management-template-backend" Readme. I started the development build with the command: yarn start:dev
And what's next? The console says Listening on port 8080.
Ok, I go to localhost:8080 and I get a blank page with: Cannot GET / So, what's is the url? How can I start managing the backend? There is no documentation at all.
2) Also I've started the frontend (Sing-app-react), and it's like the demo, a static site. It seems like I haven't purchased the NodeJS backend version, but I did. Doesn't it connect with the postgresql database?
Also, the link that referers to "nodejs backend documentation" just not works: https://github.com/flatlogic/nodejs-backend
So,
1) How can I start using the backend after doing 'yarn start:dev'? 2) How is connected the frontend with the backend? (The zip downloaded is "sing-app-react-v8.2.3") Is this the Fully Stack version? Why works like the demo? It's 100% static.
Thanks.