Git Product home page Git Product logo

yby's Introduction

Yby

Yby is a collaborative mapping platform. It allows users to draw points, polygons and areas, and associate media content to them. These are projects based on Yby platform:

Architecture

The platform has a decoupled client/server architecture. You can use Yby Client, a generic client made in Angular.js that allow users to view and create maps.

Install

Dependencies:

Clone this repository locally and install dependencies by running this command at application directory:

npm install

Copy config/config.example.js to config/config.js and set basic configuration options, like the database name.

Run the server:

npm run watch

Configure

Access the administrative area at http://localhost:3000/admin. After creating an user with administrative role, you will be presented to the sections described bellow:

  1. General settings:
  • Setup site title and description, which will be exposed to the client via API.
  • Client and Server URLs, which are useful to generate links for email tokens;
  • Enable/disable user registration, if you want to restrict the platform only to invited users;
  • Enable/disable file import to create layer (CSV, KMLs, GeoJSON, etc);
  1. Mailer settings:
  • User registration need e-mail confirmation, so you have to setup a SMTP server. At this area you can setup your SMTP host, username and password;
  1. Users invitation:
  • You can invite new users to the plataform by providing their email, name and role;
  1. Manage roles, which can be:
  • Collaborator: can create features and contents;
  • Editor: same as collaborator, plus can create new layers and maps;
  • Admin: same as editor, plus access to admin area.

Developement

Write tests and run npm test.

yby's People

Contributors

gufalei avatar miguelpeixe avatar orthographic-pedant avatar vgeorge avatar vjpixel avatar

Watchers

 avatar  avatar

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.