Unify is a social interactive application designed for college students to connect, communicate, and collaborate with each other.
The project is built using React for the frontend and Appwrite as the backend. It provides features such as user authentication, posting updates, commenting, liking, and messaging.
- User Authentication: Users can sign up, log in, and log out securely.
- Post Updates: Users can create posts to share updates, thoughts, and ideas.
- Commenting: Users can comment on posts to engage in discussions.
- Liking: Users can like posts to show appreciation or agreement.
- Messaging: Users can send direct messages to each other for private conversations.
Follow the steps below to set up and run the Unify application locally:
- Node.js and npm installed on your machine.
- Git installed on your machine.
git clone https://github.com/Habeel-Shamsudeen/Unify.git
cd Unify
npm install
npm run dev