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 3f8fab6 commit e922546
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,10 @@ In this release, the following features are available:

**testLoginTrueUser**: This test verifies the successful login process by attempting to log in with a valid email address and password. It expects a response with a status code of 200 and a token in the response data.



####CODING STANDARDS

[![JavaScript Style Guide](https://cdn.rawgit.com/standard/standard/master/badge.svg)](https://github.com/standard/standard)

###PSR-12

###Patterns used
1. Singleton Pattern: The Config class in index.php is implemented as a Singleton pattern. It ensures that only one instance of the Config class is created and provides a global point of access to the configuration settings throughout the project.

Expand Down

2 comments on commit e922546

@vercel
Copy link

@vercel vercel bot commented on e922546 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-git-main-ajdinnn.vercel.app
auctions-ba-ajdinnn.vercel.app
auctions-ba.vercel.app

@vercel
Copy link

@vercel vercel bot commented on e922546 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-git-main-ajdinnn.vercel.app
auctions-ba-rest-ajdinnn.vercel.app
auctions-ba-rest.vercel.app

Please sign in to comment.