This commit is contained in:
Kfir Dayan 2023-06-11 13:09:27 +03:00
parent a0c850f74c
commit 85aa426976

View file

@ -8,14 +8,14 @@ This is a simple e-commerce backend application built with Node.js, TypeScript,
## Table of Contents
- [Technologies Used](#technologies-used)
- [How to Run](#how-to-run)
- [API Documentation](#api-documentation)
- [Users](#users)
- [Create a New User](#create-a-new-user---post-users)
- [Login](#login---post-userslogin)
- [Products](#products)
- [Get All Products](#get-all-products---get-products)
- [Technologies Used]
- [How to Run]
- [API Documentation]
- [Users]
- [Create a New User]
- [Login]
- [Products]
- [Get All Products]
## Technologies Used
@ -44,7 +44,7 @@ The application will be running on port 3000, and the database will be running o
API Documentation
# Users
Create a New User - POST /users
- [Creates a new user](#create-a-new-user---post-users)
Creates a new user.
Request Body