property-billion-project

Requirements

  • Nodejs v14.x
  • Yarn v1.22.x

Installation

$ git clone https://github.com/ace53thntu/property-billion-project.git
$ cd property-billion-project && yarn install

Development

Run admin source code:

$ yarn dev:admin

Point your browser to http://localhost:3007 to view the admin

Run api source code:

$ yarn dev:api

The api server running on http://localhost:3000

Run web source code:

$ yarn dev:web

Point your browser to http://localhost:4000 to view the web

Staging

  • The web available on https://property-web.vercel.app/
  • The admin available on https://property-admin.vercel.app/