Giter VIP home page Giter VIP logo

alonso's Introduction

Alonso

Alonso, a open source web registration framework built on top of the Senna registration platform.

This project is built on top of the AngularJS framework. More information about the AngularJS framework can be found at their site.

Note from the AngularJS folks: While angular is client-side-only technology and it's possible to create angular webapps that don't require a backend server at all, we recommend hosting the project files using a local webserver during development to avoid issues with security restrictions (sandbox) in browsers. The sandbox implementation varies between browsers, but quite often prevents things like cookies, xhr, etc to function properly when an html page is opened via file:// scheme instead of http://.

How to contribute

Follow the steps below to get your environment setup, then fork the repo, make your changes in a feature branch, and open a pull request back to this repository. If you're not sure what to do, feel free to ask anyone else on the project and coordinate efforts.

Running the app during development

  1. Install NodeJS

     Download and install NodeJS from their [download site](http://nodejs.org/download/)
    
  2. Fork or clone this repository

  3. Install the required packages

     npm install
    
  4. Start the web server. From the root folder:

     ./scripts/web-server.js
    
  5. Browse to the (http://localhost:8000/app/index.html). In order to avoid the same origin browser policy, you will need to disable web security in your browser. You can do this in the Chrome browser in OSx by closing all Chrome windows and executing this command:

     open -a Google\ Chrome --args --disable-web-security
    
  6. Search some events at:

     http://localhost:8000/app/map-page.html#/events
    

Dependencies and other technologies used

  1. Google Maps API
  2. Google Maps for AngularJS

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.