Skip to content

Aniket2107/amigo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

amigo.

A complete social media webapp

Features

  • 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

Tech Stack

Client: React, Redux

Server: Node, Express, socket.io

Database: MongoDB

Run Locally

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

License

MIT