- 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 byyarn start
- 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 byyarn start