Skip to content

almapp/uc-maps

Repository files navigation

UC Maps REST API

Build Status dependencies dev-dependencies

Development

Prerequisites

  • Node 5.3.x or newer
  • MongoDB installed and running

Preparation

Clone this repository:

git clone https://github.com/almapp/uc-maps.git
cd uc-maps

Install dependencies:

npm install

Run:

npm run develop

This will start the application and will be accessible on http://localhost:3000/.

Test

Run test suite with:

npm test

Production

Prerequisites

Setup

Clone this repository:

git clone https://github.com/almapp/uc-maps.git
cd uc-maps

Change the mapped port on docker-compose.yml to 80.

Start with:

docker-compose up -d

See the logs with:

docker-compose logs