Skip to content

Commit 959238a

Browse files
author
NisanurBulut
committed
refreshed readme
1 parent 1ed8462 commit 959238a

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,17 @@ Semantic UI is used for frontend design in this application. Mysql is used for t
177177
- Email address is specific to the user.
178178
- The user can reset their password.
179179
- The user must register in the application to order.
180+
-
181+
## SAY Hİ PHP MVC
182+
183+
Modern PHP is used in this work. This means no framework is used. PDO was used for database operations. Migration operations were carried out using filing structure and raw sql queries.
184+
The user's password is stored in the database in hash form. Bootstrap library is used as database, MYSQL design.In addition, a middleware mechanism has been developed for auth control. Users who are not logged in cannot access the homepage.
185+
* SOLID DRY and KISS software development principles are focused. OOP has been applied using abstraction and encapsulation structures.
186+
* The project is generally developed with the MVC design pattern.
187+
188+
The project topic is very simple: Users sign up for the application and see the list of other members on the main page.
189+
190+
![SayHiPhpMvc](https://github.com/NisanurBulut/SayHiCode/blob/master/SayHiPhpMvc/Trailers/Trailer_SayHiPhpMvc.gif)
180191
## Helpfull Websites
181192
[json-to-js](https://www.convertonline.io/convert/json-to-js) [fusioncharts](https://www.fusioncharts.com/) [React-Query-Tutorial](https://www.youtube.com/watch?v=XRbnuiAbV3g&list=PLzJ4DQ1UrlRb0XiN-vecbtZ31t-Q2Z6BD&ab_channel=boraoren) [FakeStoreAPI](https://fakestoreapi.herokuapp.com/)
182193
[Laravel-artisan-blog](https://www.yasird.com/laravel-5-artisan-nedir/) [MailTrap](https://mailtrap.io/) [HeroIcons](https://heroicons.com/)

0 commit comments

Comments
 (0)