Skip to content

exteso/accessopolis

Repository files navigation

accessopolis

Accessopolis.ch is a service for people with disabilities searching information about public places to check if they are accessible and comfortable for them.

Accessopolis is a project promoted by Fondazione Romulus, Lugano and has been implemented by Federico Yankelevich, Celestino Bellone, Aldo Pizzagalli and Giulia Tralamazza during Hack the City 2015, in Chiasso on 28 and 29 August 2015.

Architecture

Accessopolis is an Angular web application completely running inside the browser. Data are stored on the Firebase infrastructure and protected using Google OAuth2 for authentication and Firebase security for authorization

Setup Development Environment

Clone github repository:

git clone git@github.com:exteso/accessopolis.git
cd accessopolis && npm install && bower install
grunt serve

Open browser at http://localhost:9000

Note: currently we have 2 Firebase databases:

  • accessopolis-dev.firebaseio.com to be used while DEVELOPING, you can log in with google account only from localhost:9000 or localhost:8080
  • accessopolis.firebaseio.com for PRODUCTION use. Can login with Google account only from https://www.accessopolis.chß

How to deploy a new release:

git pull origin
grunt build
./publish.sh

to publish you need write permission on the GitHub gh-pages branch

About

Accessopolis.ch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors