Skip to content

2gbeh/realestay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Realestay

Real Estate Marketplace

React Next.js NestJS

Next JS NestJS GraphQL

Setup

$ git clone https://github.com/2gbeh/realestay.git
$ cd realestay

Client Setup

$ 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

Server Setup

$ cd realestay/api
$ npm cache clean --force
$ npm install
# OR npm install --legacy-peer-deps

TODO: copy .env credentials

$ npm run dev

Usage

Server: http://localhost:8000/graphql

Server Setup (v2)

$ cd realestay/api-v2
$ npm cache clean --force
$ npm install
# OR npm install --legacy-peer-deps

TODO: copy .env credentials

$ npm run start:dev

Usage

Server: http://localhost:8000/graphql

Documentation

Screenshots

Admin

Admin

API

API

Resources