- Node 5.3.x or newer
- MongoDB installed and running
Clone this repository:
git clone https://github.com/almapp/uc-maps.git
cd uc-mapsInstall dependencies:
npm installRun:
npm run developThis will start the application and will be accessible on http://localhost:3000/.
Run test suite with:
npm testClone this repository:
git clone https://github.com/almapp/uc-maps.git
cd uc-mapsChange the mapped port on docker-compose.yml to 80.
Start with:
docker-compose up -dSee the logs with:
docker-compose logs