/matmapa-backend

MatMapa editor REST-API written in node-js with docker.

Primary LanguageJavaScript

Instalation

Prerequirements

Make sure you have docker and docker-compose installed.

1. Add helper to your bashrc

$ source /absolute/path/to/project/helper.sh

2. Run docker setup

$ matmapa-backend setup

3. Install dependentcies

$ matmapa-backend install

4. Run project

$ matmapa-backend run

Your project should be avalaible at port 80

To run in production mode type:

$ matmapa-backend run --env=production

To sync your project type:

$ matmapa-backend sync

To access node CL type:

$ matmapa-backend node