mongodb and environment variable are set up already. need 4 tasks to setup the project locally.
to run client side.
1)cd client
2)npm start
open another terminal and run below commands for server setup
1)cd server
replace the mongodb database url on env file with your mongodb instance url.
2)npm start
everything else is added and taken care of.
register and the sign in.