Skip to content

Latest commit

 

History

History
executable file
·
44 lines (29 loc) · 950 Bytes

README.md

File metadata and controls

executable file
·
44 lines (29 loc) · 950 Bytes

Project Nomad: Booking Module

A recreation of AirBnb's booking module, made with React, Express, MySQL & Styled Components.

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 & Getting Started

From within the root directory:

npm install -g webpack
npm install
npm run react-dev
mysql.server start
mysql -u root < sample-data/schema.sql
node sample-data/generator.js
npm run start-server

Navigate to http://localhost:3001/listings/1/ in your browser. Any id from 1 - 100 is valid!