2 Open Issues Need Help Last updated: Jul 22, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Implement a simple GET /api/health endpoint in a Node.js/Express.js backend that returns a JSON object indicating the API's status ('ok') and the current timestamp. The endpoint should handle errors gracefully, returning a 500 Internal Server Error with an appropriate message if something goes wrong. The task involves creating a controller and route file, adhering to a specified folder structure and coding style, and using ES Modules.

Complexity: 2/5
enhancement good first issue backend auth

Telar Ecommerce Nodejs Backend

JavaScript

AI Summary: Implement a POST /api/auth/register endpoint for user registration. This involves creating a new route, implementing input validation using middleware, handling successful registration with a 201 status code and appropriate JSON response, and managing error handling for validation failures and uncaught exceptions. The endpoint should log user data to the console for now, and the implementation should adhere to the project's coding style and commit conventions.

Complexity: 3/5
enhancement good first issue backend auth

Telar Ecommerce Nodejs Backend

JavaScript