Skip to content

A NEXT JS full stack reels app with app-write (a backend platform).

Notifications You must be signed in to change notification settings

saddam008h/saddam-reels

Repository files navigation

NextJs 13 Reels Watching app

Technologies

Saddam Reels is a full stack NextJS app with popular backend platform app-write.

  • NextJS
  • App-Write
  • Tailwind CSS
  • TypeScript
  • Zustand
  • React Advanced Cropper

Description

It has following functionalities:

  • User SignUp
  • User Login
  • Change Profile
  • Upload videos/reels
  • Adding comments to reels
  • Dynamic search

Demo Video with CMS

Saddam.Reels.-.Google.Chrome.2023-10-09.16-58-16.mp4

Demo Pictures

image

image

image

image

image

AppWrite Schema

Profile Collection:

Key Type
Document ID String
image String
bio String
user_id String
name String

Post Collection:

Key Type
Document ID String
user_id String
video_url String
text String
created_at String

Like Collection:

Key Type
Document ID String
user_id String
post_id String

Comment Collection:

Key Type
Document ID String
user_id String
post_id String
text String
created_at String

About

A NEXT JS full stack reels app with app-write (a backend platform).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages