Skip to content

space-cabin/room-description-service

Repository files navigation

Space Cabin

Open source room reservation application.

Related Projects

Table of Contents

  1. Introduction
  2. Usage
  3. Requirements
  4. Development

Introduction

A description module for a single product feature page built using React, Express, and MongoDB. This module was designed for use with Related Projects in conjunction with a proxy server

Requirements

An nvmrc file is included if using nvm.

  • Node 6.13.0
  • etc

MongoDB is required to run this application, so make sure it has been installed: https://docs.mongodb.com/manual/installation/

Usage

To test or use application it will need to be seeded, to seed run:

npm run seed

To start application, from project root:

npm start

Navigate between 127.0.0.1:3001/0 or localhost:3001/0 and 127.0.0.1:3001/99 or localhost:3001/99 to view dynamically rendered poduct description pages

Development

Installing Dependencies

From within the root directory:

npm install -g webpack
npm install

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages