Skip to content

RestOpenGov/ideas-scala

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ideas-ba

Ideas-ba is a social website that allows citizens to share ideas, complaints, questions and proposals to improve their cities.

Inspired by sites like stackoverflow, that allows collective knowledge to help us solve problems that as developers we face everyday.

We'd like to apply the same principles in order to collectively improve our cities.

Ideas-ba is and will be free-software and is released under the Apache 2.0 license, so copying it is not only allowed but highly encouraged. Go on and fork it!

The project is divided in two components: the front-end and the back-end.

Ideas-ba back-end

Ideas-ba back-end is a web service built with play framework 2 and scala.

It is a RESTFul service returning data as json.

The api will allow you to access all the functionality of Ideas-ba application, like submitting and updating, adding comments, voting, etc.

The web service is up and running on OpenShift, so that you can start playing with it right from the cloud, without installing it locally. You can find it at http://ideas-ba.com.ar/api

If you want to have a look at the code and get your hands dirty, be sure to read the README file

Ideas-ba front-end

Ideas-ba frontend is a client-side web application built with angular.js javascript framework.

It accesses the ideas-ba data exclusively using the rest web service.

You can install the web service locally (check the README file) or you can just point it at https://github.com/RestOpenGov/ideas-ba/tree/master/webservice. Because the front-end is exclusively a client-side application, you can run it without even installing a local web server. Opening the index.html from the file system should be enough to get you up an running.

To start playing with the front-end be sure to read the README file.

You can also start using the application, and publishing your ideas, at ideas-ba.com.ar

License

This software is distributed under the Apache 2.0 license: http://www.apache.org/licenses/LICENSE-2.0

ideasBA is free software: you can redistribute it and/or modify it under the terms of the Apache 2.0 license: http://www.apache.org/licenses/LICENSE-2.0

ideasBA is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

About

Stackoverflow-like site to share and discuss ideas to improve our city

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published