1- <!DOCTYPE html>
1+ <!doctype html>
22< html lang ="en ">
33 < head >
44 < meta charset ="UTF-8 " />
1717 < header class ="home__header ">
1818 < div class ="home__logo ">
1919 < span class ="home__logo-icon "> ◇</ span >
20- < span class ="home__logo-text "> Clean Code Architecture backend - based on Uncle Bob's Clean Architecture concepts</ span >
20+ < span class ="home__logo-text "
21+ > Clean Code Architecture backend - based on Uncle Bob's Clean Architecture
22+ concepts</ span
23+ >
2124 </ div >
22- < a href ="https://blog.cleancoder.com/uncle-bob/2012/08/13/the-clean-architecture.html " target ="_blank " rel ="noopener noreferrer " style ="color:rgb(133, 133, 238); text-decoration:underline; "> Uncle Bob's Clean Architecture</ a >
23-
25+ < a
26+ href ="https://blog.cleancoder.com/uncle-bob/2012/08/13/the-clean-architecture.html "
27+ target ="_blank "
28+ rel ="noopener noreferrer "
29+ style ="color: rgb(133, 133, 238); text-decoration: underline "
30+ > Uncle Bob's Clean Architecture</ a
31+ >
2432 </ header >
2533
2634 < main class ="home__main ">
2735 < section class ="home__hero ">
28- < h1 class ="home__title "> RESTFul API</ h1 >
29- < p class ="home__tagline "> Sell products with a Node.js backend built on Clean Architecture</ p >
36+ < h1 class ="home__title "> RESTFul API</ h1 >
37+ < p class ="home__tagline ">
38+ Sell products with a Node.js backend built on Clean Architecture
39+ </ p >
3040 </ section >
3141
3242 < section class ="home__cards ">
@@ -44,8 +54,14 @@ <h2>Objective</h2>
4454 < section class ="home__card home__features ">
4555 < h2 > What this API provides</ h2 >
4656 < ul class ="home__feature-list ">
47- < li > < strong > Auth</ strong > — Register, login, logout, refresh token, forgot/reset password</ li >
48- < li > < strong > Users</ strong > — Profile, list users (admin), get/update/delete user, block/unblock</ li >
57+ < li >
58+ < strong > Auth</ strong > — Register, login, logout, refresh token, forgot/reset
59+ password
60+ </ li >
61+ < li >
62+ < strong > Users</ strong > — Profile, list users (admin), get/update/delete user,
63+ block/unblock
64+ </ li >
4965 < li > < strong > Products</ strong > — Full CRUD, list, get by ID, rate products</ li >
5066 < li > < strong > Blogs</ strong > — Full CRUD, list, get by ID</ li >
5167 </ ul >
@@ -71,7 +87,9 @@ <h3>Developer</h3>
7187 < p class ="home__developer-contact ">
7288 < a href ="mailto:bricefrkc@gmail.com "> bricefrkc@gmail.com</ a >
7389 < span class ="home__developer-sep "> ·</ span >
74- < a href ="https://maebrieporfolio.vercel.app " target ="_blank " rel ="noopener noreferrer "> Portfolio</ a >
90+ < a href ="https://maebrieporfolio.vercel.app " target ="_blank " rel ="noopener noreferrer "
91+ > Portfolio</ a
92+ >
7593 </ p >
7694 < p class ="home__developer-meta "> Created Jun 12, 2024 · Updated Feb 9, 2026</ p >
7795 </ section >
0 commit comments