Skip to content

Latest commit

ย 

History

History
49 lines (39 loc) ยท 870 Bytes

File metadata and controls

49 lines (39 loc) ยท 870 Bytes

Feelify

Feature List:

  • ๐ŸŒŸ Tech stack: MERN + Socket.io + Chakra UI
  • ๐ŸŽƒ Authentication & Authorization with JWT
  • ๐Ÿ“ Create Post
  • ๐Ÿ—‘๏ธ Delete Post
  • โค๏ธ Like/Unlike Post
  • โค๏ธAdd Story
  • ๐Ÿ™‹โ€โ™‚๏ธSee the Reels Page
  • ๐Ÿค–See the notification
  • ๐Ÿ‘ฉSee the Follower and Following list
  • ๐Ÿ’ฌ Comment to a Post
  • ๐Ÿ‘ฅ Follow/Unfollow Users
  • โ„๏ธ Freeze Your Account
  • ๐ŸŒ“ Dark/Light Mode
  • ๐Ÿ“ข Repost Any Post
  • ๐Ÿ“ฑ Completely Responsive
  • ๐Ÿ’ฌ Chat App With Image Support
  • ๐Ÿ‘€ Seen/Unseen Status for Messages
  • ๐Ÿ”Š Notification sounds

Setup .env file

PORT=...
MONGO_URI=...
JWT_SECRET=...
CLOUDINARY_CLOUD_NAME=...
CLOUDINARY_API_KEY=...
CLOUDINARY_API_SECRET=...

Build the app

npm run build

Start the app

npm start

Deploy Link

feelify.fun