Twitter clone made using MERN Stack.
- Sign up/ Sign in via JWT Token
- Customize account
- Tweet
- Comment
- Retweet
- Follow user
- Like tweets and comments
- Edit tweets and comments
- Delete tweets and comments
- node
- npm
- mongodb
- Fork this repository
- Clone this repository
- Install server dependencies
$ cd server
$ npm install
- Install client dependencies
$ cd client
$ npm install
- Start mongodb locally
$ mongod
- Start the server
$ cd server
$ nodemon server.js
- Start the client
$ cd client
$ npm start
This project is made available under the MIT License.