- Node 5.3.x or newer
- MongoDB installed and running
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/
.
Run test suite with:
npm test
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