Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add server listen functionality to start Express server #1458

Merged
merged 1 commit into from
Oct 16, 2024

Conversation

shreyasparaj
Copy link
Contributor

Description

  • Added server listening functionality to start the Express server, allowing it to run on the specified port. This enables the server to handle incoming requests and serve static files.

  • Previously, the code did not include a listen function for starting the server. Without this functionality, the server could not handle requests, making the API endpoints inaccessible. This update resolves that issue.

  • No new dependencies were added for this change.

Fixes # 1443

Type of change

Added server listening functionality

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings

Copy link

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our CONTRIBUTING.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

@sanjay-kv sanjay-kv merged commit b4840ff into recodehive:main Oct 16, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants