Skip to content

asrorbekh/node-rest-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published