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 dev
Client: http://localhost:3000
$ cd realestay/api
$ npm cache clean --force
$ npm install
# OR npm install --legacy-peer-deps
TODO: copy .env credentials
$ npm run dev
Server: 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:dev
Server: http://localhost:8000/graphql