shayan-cyber / RealEstate

Home Page:https://real-estate-1h5d.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PropReturns Task : RealEstate- NextJs + GraphQL boilerplate

It is an webapp which uses NextJs and GraphQL API with mongodb

GraphQL API Reference

Get all listings

  GET https://real-estate-1h5d.vercel.app/api/graphql

  query Query{
    getProperties{
        description
        price
        lat
        lng
        isLiked
        isForSale
        bathroom
        beds
        area
    }
  }

App Screenshot

App Screenshot

Author

Installation

    git clone https://github.com/shayan-cyber/RealEstate

Navigation

    cd RealEstate

Installation

  npm i

Runserver

  npm run dev

About

https://real-estate-1h5d.vercel.app/


Languages

Language:JavaScript 98.3%Language:CSS 1.7%