Skip to content

Latest commit

 

History

History
56 lines (36 loc) · 1.05 KB

README.md

File metadata and controls

56 lines (36 loc) · 1.05 KB

Flanda - Mockup for Landa web application

This project is a mockup for a web app for Landa.

Flanda

Landa is a startup company that lets you buy shares of rental properties, earn monthly income, and watch your money grow.

Demo

https://flaysh.github.io/flanda/

Run Locally

Clone the project

  git clone https://github.com/Flaysh/flanda

Go to the project directory

  cd flanda

Install dependencies

  npm install

Start the app

  npm start

Json-Server API hosted on Heroku Here

Get all properties

  GET https://flanda-json-server.herokuapp.com/properties

Get property

  GET https://flanda-json-server.herokuapp.com/properties/<id>
Parameter Type Description
id number id of property to fetch