Skip to content

space-work/nearby-workspaces

Repository files navigation

Nearby Buildings Service

This service stores addresses and latlong coordinates for mock data. It provides address information and promity search within the viscinity of a given workspace.

Related Projects

Table of Contents

  1. Usage
  2. Requirements
  3. Development

Requirements

An nvmrc file is included if using nvm.

  • Node 6.13.0
  • MongoDB v4+

Development

Perform installation instructions below. In the root folder rename the file example.env to .env.

To generate test data, ensure you have MongoDB installed and running. From /server/db/data:

node seeder.js -g

To clear MongoDB collection, from /server/db/data:

node seeder.js -d

Installing Dependencies

From within the root directory:

npm install -g webpack
npm install

Run

After generating mock data

About

Service for nearby workspaces for FEC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published