/PropertyPro-lite

Property Pro Lite is a platform where people can create and/or search properties for sale or rent.

Primary LanguageJavaScript

PropertyPro-lite

Property Pro Lite is a platform where people can create and/or search properties for sale or rent.

Gh-Pages Url

https://ladaposamuel.github.io/PropertyPro-lite/UI

Table of Contents

  1. About the Project
  2. Project Status
  3. Getting Started
  4. Project Links
  5. Acknowledgment

About the project

Property Pro Lite is a platform where people can create and/or search properties for sale or rent.

Project Status

Build Status Coverage Status Maintainability Test Coverage

Back to top

Getting started

Installation

# Get the latest snapshot
git clone https://github.com/ladaposamuel/PropertyPro-lite.git propertypro

# Change directory
cd propertypro

# Install NPM dependencies
npm install

# Create a .env file to root folder using the example file
cp env.example > .env

# Then simply start your app
npm run dev

Running Test

# Enter project directory
cd propertypro

# Start test
npm test

Running Build

# Enter project directory
cd propertypro

# Start test
npm run build

Project Links

  • Gh-Pages Url https://ladaposamuel.github.io/PropertyPro-lite/UI
  • Api documentation https://serene-eyrie-40109.herokuapp.com/docs Back to top

Author

Samuel Ladapo

Back to top