Project
I built this application in React JS and on Next Js framwork is hosted on GitHub. Client components of application style by tailwind css and Server Side of appllication features user authentication using jwt(jsonwebtoken) and bcryptjs to hash user password and store user data in Mongo Databse using mongoose ODM(Object Data Modeling). and route users to user profile page. Also protect route with Custom middleware
Technologies
Next.js
Tailwind
Typescript
mongoose
tailwind
jsonwebtoken
bcryptjs
Back