From 8395b4427d345df2234717aa3739ddde37c827fd Mon Sep 17 00:00:00 2001 From: TobiZog Date: Mon, 23 Sep 2024 21:27:39 +0200 Subject: [PATCH] Readme --- README.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 215338a..1ded0c2 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ The application host it's data in a SQLite database. The access is managed by an #### Validate
-POST /accounts/login (Login for user) +POST /accounts/login (Login for user) ##### Parameters > | name | type | data type | description | @@ -74,7 +74,7 @@ The application host it's data in a SQLite database. The access is managed by an #### Listing existing
-GET /products/ (Get all products) +GET /products/ (Get all products) ##### Parameters @@ -87,7 +87,7 @@ The application host it's data in a SQLite database. The access is managed by an
-GET /products/:id (Get a product by it's id) +GET /products/:id (Get a product by it's id) ##### Parameters @@ -102,7 +102,7 @@ The application host it's data in a SQLite database. The access is managed by an
-GET /orders/:id (Get all orders of an user) +GET /orders/:id (Get all orders of an user) ##### Parameters @@ -117,7 +117,7 @@ The application host it's data in a SQLite database. The access is managed by an
-GET /categories/ (Get all Categories) +GET /categories/ (Get all Categories) ##### Parameters @@ -134,7 +134,7 @@ The application host it's data in a SQLite database. The access is managed by an #### Creating new
-POST /accounts/ (Create a new account) +POST /accounts/ (Create a new account) ##### Parameters @@ -153,7 +153,7 @@ The application host it's data in a SQLite database. The access is managed by an
-POST /products/ (Create a new product) +POST /products/ (Create a new product) ##### Parameters @@ -170,7 +170,7 @@ The application host it's data in a SQLite database. The access is managed by an
-POST /orders/ (Create a new order) +POST /orders/ (Create a new order) ##### Parameters @@ -186,7 +186,7 @@ The application host it's data in a SQLite database. The access is managed by an
-POST /categories/ (Create a new category) +POST /categories/ (Create a new category) ##### Parameters @@ -206,7 +206,7 @@ The application host it's data in a SQLite database. The access is managed by an #### Updating existing
-PATCH /accounts/ (Update data of an existing account) +PATCH /accounts/ (Update data of an existing account) ##### Parameters @@ -226,7 +226,7 @@ The application host it's data in a SQLite database. The access is managed by an #### Delete existing
-DELETE /product/:id (Delete a product) +DELETE /product/:id (Delete a product) ##### Parameters @@ -242,7 +242,7 @@ The application host it's data in a SQLite database. The access is managed by an
-DELETE /categories/:id (Delete a category) +DELETE /categories/:id (Delete a category) ##### Parameters @@ -262,7 +262,7 @@ The application host it's data in a SQLite database. The access is managed by an #### Miscs
-GET /api/ (Check if server runs) +GET /api/ (Check if server runs) ##### Parameters @@ -275,7 +275,7 @@ The application host it's data in a SQLite database. The access is managed by an
-GET /resetDatabase/ (Reset the database to it's default values) +GET /resetDatabase/ (Reset the database to it's default values) ##### Parameters