Not getting expected output in backend #430
Unanswered
ronaks9065
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are using the same backend image, and backend services are running fine. Ports are listening, and we have set up the Postgres database as well. The service is up and running, but there is no data in the database — only tables are created when the backend runs.
My question is: Do we need to push any dummy data into the table to get the expected output when we hit the backend service? Right now, I'm trying to hit the backend, but I'm getting a Resource Not Found error.
Please also guide me on how to run the backend locally.
Beta Was this translation helpful? Give feedback.
All reactions