Coder Social home page Coder Social logo

cuis's Introduction

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.