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 |
|
/projects/nurit-institute.webp |
LGF5?xYk^6#M@-5c,1J5@[or[Q6. |
NurIt-Institute A LMS website.
- User Authentication (sign up and sign in) using JWT token.
- CRUD operations for courses, lessons, topics, users etc.
- Blog functionality.
- Light & Dark Mode (Trendy)
-
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.