Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.47 KB

README.md

File metadata and controls

19 lines (15 loc) · 1.47 KB

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