Open source room reservation application.
- https://github.com/space-cabin/Evan-Service-Reservations
- https://github.com/space-cabin/reviews
- https://github.com/space-cabin/PhotoGallery
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
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/
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
From within the root directory:
npm install -g webpack
npm install