Skip to content

PrashantAmoli/MERNChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Steps to Start the App

  • Install the Client and Server Dependencies
  • In the Server Directory there's a .env file. Change the value of mongodb inside the file. Set the value as your mongodb connection url.
  • Now start the server by npm run dev and react by yarn start