Skip to content

Latest commit

History

History
44 lines (36 loc) 路 1.41 KB

README.md

File metadata and controls

44 lines (36 loc) 路 1.41 KB
title description publishedAt status preview code tech thumbnail blurHash
NurIt Institute, a online based course platform
NurIt-Institute is a leading online educational platform dedicated to empowering individuals with essential digital skills. Our mission is to provide high-quality, accessible, and comprehensive courses in a variety of digital domains.
2023-09-06
done
Tailwind
Mongodb
Express
Prisma
swr
Nextjs
Typescript
Authentication
/projects/nurit-institute.webp
LGF5?xYk^6#M@-5c,1J5@[or[Q6.

NurIt-Institute

NurIt-Institute A LMS website.

Functionality that implemented

  • User Authentication (sign up and sign in) using JWT token.
  • CRUD operations for courses, lessons, topics, users etc.
  • Blog functionality.
  • Light & Dark Mode (Trendy)

Challenges That I've got while implementing functionality

  • Implementing the authentication system was challenging because it required understanding of how to handle cookies and tokens securely.

  • Implementing user authentication was challenging as it required understanding of JSON Web Tokens(JWT).

  • The database structure is complex with multiple collections interconnected which made the implementation process difficult.