Skip to content

BedandBreakfastClub/airbnb-clone-reviews-module

Repository files navigation

AirBnB Clone Reviews Module

Service responsible for rendering a component clone of Airbnb's Reviews Module.

Related Projects

Table of Contents

  1. Usage
  2. Requirements
  3. Development

Usage

Download, install and run all the related project services, then run the following command:

npm run react-dev
npm start

Requirements

An nvmrc file is included if using nvm.

  • Node 8.12.0
  • MySQL 5.7

Development

Installing Dependencies

From within the root directory:

npm install

Configuration

From within the root directory:

cp example.config.js db.config.js

Edit the db.config.js file and replace the 'YOUR_DB_USERNAME' and 'YOUR_DB_PASSWORD' fields with your MySQL username and password.

Seeding the database

From within the root directory:

npm run db:seed

Running the server

From within the root directory:

npm run react-dev
npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages