Skip to content

Charicha Institute Official Website. Students Profiles, Blogs system, etc. Charicha Institute helps interested students to learn and use their computer skills from basic courses to advanced courses like programming in real world. Come join us and grow.

Notifications You must be signed in to change notification settings

dioveath/ci-website-nextjs

Repository files navigation

Charicha Institute Official Website

Charicha Institute Official Website. Students Profiles, Blogs system, etc.

User Model

{ 
        id: id,
        first_name: firstName ?? "",
        last_name: lastName ?? "",
        profile_URL: photoURL ?? DEFAULT_AVATAR_LINK,
        coverURL: "",
        address: "",
        phone_number: 0,
        phone_verified: false,
        exp_points: 0,
        hearts: 0,
        roles: {
          guest: true,
        },
        profile_visits: 0,
        courses: {},
        joinedAt: Date.now(),
	courses: [
		"courseId": "111111111111111111111111011110110001101111111111111" (1: represents present, 0: represents absent)
		"courseId": "111111111111111111111111011110110001101111111111111" (1: represents present, 0: represents absent)		
	]
}

About

Charicha Institute Official Website. Students Profiles, Blogs system, etc. Charicha Institute helps interested students to learn and use their computer skills from basic courses to advanced courses like programming in real world. Come join us and grow.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published