Skip to content

Complete build of the front-end of part of the rental home listing application (StayLocal). The description module includes all details related to the specific rental homes. (React)

Notifications You must be signed in to change notification settings

StayLocal/description

Repository files navigation

Project Name

Betterbnb

Related Projects

Table of Contents

  1. Usage
  2. Requirements
  3. Development

Usage

Some usage instructions

Requirements

An nvmrc file is included if using nvm.

  • Node 6.13.0
  • etc

Development

Installing Dependencies

From within the root directory:

npm install
npm install -g node-mongo-seeds
npm install -g gulp

npm run start-db
npm run start

For Developement:

Generate mock data:
node ./description_data_generator.js

Seed data:
npm run seed

To start database & db-client:
mongod
mongo --host 127.0.0.1:27017

To start server:
npm run start

To transpile client files:
npm run react-dev

Test:
npm run test

Link to Deployed Service

http://betterbnbdescriptionserver-env.up4m7x289b.us-west-1.elasticbeanstalk.com/100/

About

Complete build of the front-end of part of the rental home listing application (StayLocal). The description module includes all details related to the specific rental homes. (React)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5