Skip to content

LYRADNIS/booking-module

Repository files navigation

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!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published