Workspace Description Service Proxy
This proxy loads all services on a single page.
Related Projects
- https://github.com/space-work/review-service
- https://github.com/space-work/amenities-service
- https://github.com/space-work/contact-widget-service
- https://github.com/space-work/workspace-service
- https://github.com/space-work/location-service
- https://github.com/space-work/workspace-description-service
- https://github.com/space-work/photos-service
- https://github.com/space-work/nearby-workspaces
Table of Contents
Usage
Requirements
An nvmrc
file is included if using nvm.
- Node 6.13.0
- Mongo 4.4.1
Development
First time set up:
Run seeding scripts (mongo must be installed and running)
npm run seed
Start server
npm run server:dev
Installing Dependencies
From within the root directory:
npm install -g webpack
npm install