/reviews

Primary LanguageJavaScript

Sharebnb Ratings and Reviews

This is the ratings and reviews module for Sharebnb, a project where our team is mimicing a property page on Airbnb.

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

Development

Installing Dependencies

From within the root directory:

npm install

To only seed database:

npm run seed

To seed database and start server:

npm run start

Then open localhost:3004