/restful_api_structure

RESTful API structure (Basic) - Ideation Axis assignment 1

Primary LanguageJavaScript

Ideation Axis Intenship

Assignment 1 Task 1: Design a RESTful API structure for an application, defining resources and endpoints (e.g., GET /users, POST /products). Task 2: Implement multiple API endpoints for the application, nesting resources for relationships. Task 3: Implement error handling and return appropriate HTTP status codes (e.g., 404 for not found, 201 for created). Task 4: Add pagination, filtering, and sorting functionality to one of the endpoints. Task 4: Deploy and Document your API.

Submissions: API base url and documentation url.

=> In this assignment, I am using ExpressJs to create a basic "Ecommerce API" to cover all the tasks in this assignment.