Real Estate Marketplace
$ git clone https://github.com/2gbeh/realestay.git
$ cd realestay$ cd realestay/web
$ npm cache clean --force
$ npm install
# OR npm install --legacy-peer-deps
TODO: copy .env credentials
$ npm run devClient: http://localhost:3000
$ cd realestay/api
$ npm cache clean --force
$ npm install
# OR npm install --legacy-peer-deps
TODO: copy .env credentials
$ npm run devServer: http://localhost:8000/graphql
$ cd realestay/api-v2
$ npm cache clean --force
$ npm install
# OR npm install --legacy-peer-deps
TODO: copy .env credentials
$ npm run start:devServer: http://localhost:8000/graphql

