Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 969 Bytes

README.md

File metadata and controls

45 lines (34 loc) · 969 Bytes

Kiro

About

A web app similar to Airbnb that allows landlords and tenants to connect with each other.

Features + Screenshots

Demo

Map

Single Listing

Usage

  • From root run npm install
  • Run node server.js to start the express server
  • From /client run npm install
  • Run npm start to start the webpack dev server
  • Navigate to 127.0.0.1:3000 or localhost:3000

Dependencies

  • axios
  • bcryptjs
  • body-parser
  • cors
  • dotenv
  • express
  • express-fileupload
  • faker
  • jsonwebtoken
  • knex
  • pg
  • react
  • react-google-maps
  • react router
  • uuid-v4
  • ws
  • yelp-fusion

Resources