Skip to content

divyamsharma822/twitter-lite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Preview

     

Setup Instructions

1. Install dependencies

For client

cd client
npm install

For server

cd server
npm install

2. Configure the config.env file in config folder in client

DO NOT CHANGE PORT

PORT=4000
DB_URI=
JWT_SECRET=
JWT_EXPIRE=5d
COOKIE_EXPIRE=5

3. Run Server on 4000 port

 cd server
npm run dev

4. Run Client on 3000 port

 cd client
npm start --port 3000

About

Twitter Clone with MERN - Under Development

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors