comp426-2022-spring / comp426-2022-spring/a03

Curl Failed

Open
#3 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
No language data
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

Whenever I tried to run curl http://localhost:5000/app/ on my terminal, it kept saying curl: (7) Failed to connect to localhost port 5000: Connection refused. How can I fix the situation?

Contributor guide

No contributing guide indexed for this repository

Research direction

The issue names only the Express.js service and the curl URL http://localhost:5000/app/. Start by finding the application's startup entry point and checking how it is run and which port it listens on. Done means the service starts successfully and curl reaches the /app/ endpoint without a connection-refused error.

Written by the indexing model from the issue text.

Assessment

Tech stack
express
Domain
api, backend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.