geosolutions-it / sciadro-backend

https://waffle.io/geosolutions-it/sciadro-backend
1 stars 3 forks source link

Build Status Code Coverage

sciadro-backend

DB Schema

DB schema

Local run

Install:

To run application open terminal window and run in the root project directory:

./start.sh

Then navigate your browser to http://localhost:8000

To stop application open terminal and run in the root project directory:

./stop.sh

Tests

To run tests open terminal window and run in the root project directory:

./test.sh

Development environment

To run docker setup with local user docker compose seek for CURRENT_UID environmental variable Remember to set it fir example in following way: CURRENT_UID=$(id -u):$(id -g)