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 5039dac commit 3f8fab6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ In this release, the following features are available:


####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 3f8fab6

@vercel
Copy link

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

Please sign in to comment.