Skip to content

Commit ce44566

Browse files
committed
save
1 parent fae582a commit ce44566

File tree

7 files changed

+4
-4
lines changed

7 files changed

+4
-4
lines changed
106 KB
Loading
30.1 KB
Loading
47.8 KB
Loading
22.9 KB
Loading
10.6 KB
Loading
7.87 KB
Loading

src/components/Projects.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -152,14 +152,14 @@ const Projects: any = () => {
152152
]}
153153
/>
154154
<ProjectWrapper
155-
title="Nestjs_RestAPI"
155+
title="Nestjs RestAPI"
156156
gallerySrc="nestjs_restapi"
157157
link="https://github.com/LeoGytis/nestjs-restapi"
158-
description="This project is a NestJS-based REST API that implements CRUD operations with a focus on modern web development practices. It integrates JWT-based authentication for secure access, along with modules for user management, bookmarking, and Prisma ORM for database interactions."
159-
tags={['Node.js', 'Nest.js', 'Prisma', 'Docker', 'Jest']}
158+
description="This project is a NestJS based REST API that implements CRUD operations with a focus on modern web development practices. It integrates JWT-based authentication for secure access, along with modules for user management, bookmarking, and Prisma ORM for database interactions."
159+
tags={['Node.js', 'Nest.js', 'Prisma', 'Docker', 'Jest', 'JWT']}
160160
/>
161161
<ProjectWrapper
162-
title="Node_Blog"
162+
title="Node.js Blog"
163163
gallerySrc="node_blog"
164164
link="https://github.com/LeoGytis/node-blog"
165165
description="

0 commit comments

Comments
 (0)