gauravjaincr7 / twitter-clone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MERN Stack Twitter Copy

A full stack twitter clone that allows users to create profiles, make tweets, and like other’s tweets which are stored in a mongoDB database and diplayed in a react application. Accounts are encrypted and authenticated with JWT tokens.

Backend server is running locally on localhost:5000)

To run type the following in the project directory:

npm start

and the following in the backend directory:

nodemon server

This project was bootstrapped with Create React App.

About


Languages

Language:JavaScript 85.9%Language:HTML 6.8%Language:CSS 5.3%Language:EJS 2.1%