Restaurant Review A restaurant listing and review app built with NodeJS and React. Server To start the server using docker run the following commands cd server yarn install yarn docker:dev Client To start the client run the following commands cd client yarn install yarn start