README
This commit is contained in:
parent
a0c850f74c
commit
85aa426976
1 changed files with 9 additions and 9 deletions
18
README.md
18
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue