$ git clone https://github.com/abhi1506manu/Socailmedia-App.git
Setup .env
file in server folder
mongodb_url ="mongodb+srv://username:password@cluster0.zdaeiua.mongodb.net/"
port=3000
JWT_SECRET = 'nicetomeetyouguys'
$ cd client
$ npm install
$ cd server
$ npm install
$ cd server
$ nodemon
$ cd client
$ npm run dev