From 85aa42697687d0aec9ff037f0a347cf7a793b50c Mon Sep 17 00:00:00 2001 From: Kfir Dayan Date: Sun, 11 Jun 2023 13:09:27 +0300 Subject: [PATCH] README --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 0cb71b5..adb9405 100644 --- a/README.md +++ b/README.md @@ -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