Awesome Compose react-express-mongodb #686

Open
opened 2026-03-07 21:21:44 -06:00 by GiteaMirror · 2 comments
Owner

Originally created by @Pawel1894 on GitHub (Jun 11, 2023).

Hey,

React + Express + MongoDB example is in a really bad shape right now. Readme files and actual setup is much different which is quite confusing, names and dockerfiles does not match the descriptions.
Link to example

Originally created by @Pawel1894 on GitHub (Jun 11, 2023). Hey, React + Express + MongoDB example is in a really bad shape right now. Readme files and actual setup is much different which is quite confusing, names and dockerfiles does not match the descriptions. [Link to example]( https://github.com/docker/awesome-compose/tree/master/react-express-mongodb)
Author
Owner

@WeirdDNA commented on GitHub (Feb 1, 2024):

Any ideas on how to get this to work? Trying on my mac, and the back end says it's started and online, but has absolutely no logs displayed.

When I try to add a TODO from the front end, it says

2024-02-01 11:22:42 Proxy error: Could not proxy request /api/todos from localhost:3001 to http://backend:3000.
2024-02-01 11:22:42 See https://nodejs.org/api/errors.html#errors_common_system_errors for more information (ECONNREFUSED).

lsof shows I have port 3001 in use (by this docker project), and nothing on 3000.

@WeirdDNA commented on GitHub (Feb 1, 2024): Any ideas on how to get this to work? Trying on my mac, and the back end says it's started and online, but has absolutely no logs displayed. When I try to add a TODO from the front end, it says 2024-02-01 11:22:42 Proxy error: Could not proxy request /api/todos from localhost:3001 to http://backend:3000. 2024-02-01 11:22:42 See https://nodejs.org/api/errors.html#errors_common_system_errors for more information (ECONNREFUSED). lsof shows I have port 3001 in use (by this docker project), and nothing on 3000.
Author
Owner

@Pawel1894 commented on GitHub (Feb 3, 2024):

Any ideas on how to get this to work? Trying on my mac, and the back end says it's started and online, but has absolutely no logs displayed.

When I try to add a TODO from the front end, it says

2024-02-01 11:22:42 Proxy error: Could not proxy request /api/todos from localhost:3001 to http://backend:3000. 2024-02-01 11:22:42 See https://nodejs.org/api/errors.html#errors_common_system_errors for more information (ECONNREFUSED).

lsof shows I have port 3001 in use (by this docker project), and nothing on 3000.

I remember I did make it to work but can't find this repo 😞 . The only one i found is nestjs+react+postgres+rabbitmq maybe it will help you somehow to navigate the problem. https://github.com/Pawel1894/DevScribe

@Pawel1894 commented on GitHub (Feb 3, 2024): > Any ideas on how to get this to work? Trying on my mac, and the back end says it's started and online, but has absolutely no logs displayed. > > When I try to add a TODO from the front end, it says > > 2024-02-01 11:22:42 Proxy error: Could not proxy request /api/todos from localhost:3001 to http://backend:3000. 2024-02-01 11:22:42 See https://nodejs.org/api/errors.html#errors_common_system_errors for more information (ECONNREFUSED). > > lsof shows I have port 3001 in use (by this docker project), and nothing on 3000. I remember I did make it to work but can't find this repo :disappointed: . The only one i found is nestjs+react+postgres+rabbitmq maybe it will help you somehow to navigate the problem. https://github.com/Pawel1894/DevScribe
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-compose#686