/Twitter-clone

A twitter clone,built with MERN,apollo,graphql,cloudinary and styled-components

Primary LanguageJavaScript

NOTE

This twitter clone is built using nodejs,react,mongodb,apolloclient,graphql,expressjs and other utilities..

Features
login
signup
logout
like/dislike
follow/unfollow
tweet
reply
retweet
delete retweet/tweet
delete reply
follow/unfollow
search users
edit profile

steps to reproduce

git clone https://github.com/SiddheshDabholkar/Twitter-clone.git
cd Twitter-clone
npm i
cd client
npm i

create .env file in root

    MONGODB="CONNECTION_STRING/DRIVER_CODE"
    SECRET_KEY="YOUR_SECRET_KEY"

install nodemon in root if u haven't

npm i nodemon
//or
yarn add nodemon

run

nodemon index.js
cd client/ && npm start

inspired from