Skip to content

186-Teleperformans-Net-Bootcamp/IbrahimSarigoz-BitirmeProjesi

Repository files navigation

IbrahimSarigoz-BitirmeProjesi

ShoppingList Api

INTRODUCTION

ShoppingList is a simple API allowing users to:-
• Register
• Login
• Create Shopping Lists & Items
• View Shopping Lists
• Edit Shopping Lists & Items
• DeleteShopping Lists & Items

Register

Represents User Registration with

image

Login

Represents User Login Using an UserNameOrEmail and a password

image

ShoppingList

Represents a single shopping list in the API.

ShoppingList/Create ShoppingList

image

ShoppingList/View ShoppingList

Admin can view all shoppingList.

image

Admin can also see the list related to id

image

ShoppingList/Command Operations

Deleting the ShoppingList with id

image

Update the Shopping List with id

image

Add the item to the Shopping List

image

Comment

I wrote some code for role based user login. I have completed the admin login but not the user part.
I set the units using enum.
Piece 0, kg 1, lt 2, gram 3.
I used caching in the get function using id.
Due to the problems I experienced at some points, I could not prepare an efficient project, but I tried to develop a project according to Solid principles by following the design patterns as much as I could.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages