Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 1.05 KB

File metadata and controls

45 lines (31 loc) · 1.05 KB

Your Project Name

Express App to practice

Table of Contents

Introduction

Products app intro

Getting Started

Prerequisites to insall

npm install

API Endpoints

List and describe the API endpoints available in your project.

  • /api/user/register - Register a new user.
  • /api/user/login - Log in with existing credentials.
  • /api/user/ - Get user details (requires authentication).
  • /api/products/ - Get all products.
  • /api/products/:id - Get a specific product by ID.
  • /api/products/ - Create a new product (requires authentication).
  • /api/products/:id - Update a product by ID (requires authentication).
  • /api/products/:id - Delete a product by ID (requires authentication).

Contributing

As much as you can create pull request to this project.

MIT License