Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AjdiNNN authored Jun 14, 2023
1 parent b772024 commit 52cc44d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ Data Access Object (DAO): The DAO pattern is employed to separate the data acces
Repository: Although not explicitly defined in the provided code, the DAO classes can be considered as a form of repository pattern. They encapsulate the data access logic, providing a clean interface to interact with the data source.

RESTful API: The project follows the principles of REST (Representational State Transfer) to design the API endpoints. It uses HTTP methods (POST, GET) to perform CRUD (Create, Read, Update, Delete) operations on user data. The endpoints are structured in a resource-oriented manner, providing a stateless interface to access and manipulate user-related information.

---
> Ajdin Hukić, Amina Kodžaga
>
Expand Down

2 comments on commit 52cc44d

@vercel
Copy link

@vercel vercel bot commented on 52cc44d Jun 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

auctions-ba – ./

auctions-ba.vercel.app
auctions-ba-ajdinnn.vercel.app
auctions-ba-git-main-ajdinnn.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 52cc44d Jun 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

auctions-ba-rest – ./rest

auctions-ba-rest-ajdinnn.vercel.app
auctions-ba-rest-git-main-ajdinnn.vercel.app
auctions-ba-rest.vercel.app

Please sign in to comment.