Skip to content

martjanz/cuis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cuis

Build Status

Aiming to have a simple and dependency-free tool to visualize PostGIS queries I started this project. QGIS is an enormously more powerful and complex but usually is a bit a pain in the @=! to download and install all those things just to see the result of a simple PostGIS query on a map, particularly on Mac OS (November 2017).

There is another similar project which I consider to fork but I didn't and started this one from scratch because I wanted to be able to run the ¿stack? both as a desktop application and as a client-server web application.

That's the why.

Demo video

Install

We provide two ways to use Cuis. One is a previously built desktop application, batteries included. The other one is a local client-server Node.js Express application.

Desktop app

Download the app for your platform (Linux / Mac / Windows).

Local client server

Requirements

  • Node.js >= 6. Download

    To check your Node.js version run node -v

  • yarn package manager.

    With Node 6+ installed run npm install -g yarn.

  • Optional. git. Download

    If you don't want to install anything else just download the source code as a zip file, unzip it and skip git clone step.

Steps

git clone --depth=1 https://github.com/martjanz/cuis
cd cuis
yarn build
yarn serve

Development setup

Backend server (Node.js - Express)

cd server
yarn start

Frontend server (React)

cd ui
yarn start

Electron builds

yarn build
yarn package-all

Builds will be stored on ./releases