A complete social media webapp
- Post tweets, Like/Dislike and comment on tweet
- Follow/Unfollow Users
- Live Chat with your friends
- Search for Users
- Update your profile with bio, avatar, location and many more
- Trending page for hottest tweets out there
Client: React, Redux
Server: Node, Express, socket.io
Database: MongoDB
Clone the project
git clone https://github.com/Aniket2107/amigo
Go to the server directory and add .env file
cd server
MONGO_URI=
TOKEN_SECRET=
Install dependencies
npm install
Start the server
npm start
Follow the same for client