Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/AjuntamentdeBarcelona/decidim-barcelona
Decidim Barcelona - Direct and participatory democracy web platform based on Decidim framework
https://github.com/AjuntamentdeBarcelona/decidim-barcelona
agplv3 barcelona decidim decidim-barcelona democracy government
Last synced: 3 months ago
JSON representation
Decidim Barcelona - Direct and participatory democracy web platform based on Decidim framework
- Host: GitHub
- URL: https://github.com/AjuntamentdeBarcelona/decidim-barcelona
- Owner: AjuntamentdeBarcelona
- License: agpl-3.0
- Created: 2017-01-14T09:16:14.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-30T11:02:25.000Z (4 months ago)
- Last Synced: 2024-07-30T14:58:57.044Z (4 months ago)
- Topics: agplv3, barcelona, decidim, decidim-barcelona, democracy, government
- Language: HTML
- Homepage: https://www.decidim.barcelona
- Size: 15.7 MB
- Stars: 77
- Watchers: 29
- Forks: 24
- Open Issues: 53
-
Metadata Files:
- Readme: README.md
- License: LICENSE-AGPLv3.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
![decidim-barcelona logo](https://raw.githubusercontent.com/AjuntamentdeBarcelona/decidim.barcelona/master/app/assets/images/decidim-logo.png)
# decidim-barcelona
---
Citizen Participation and Open Government Application.
[![[CI] Lint](https://github.com/AjuntamentdeBarcelona/decidim-barcelona/actions/workflows/lint.yml/badge.svg)](https://github.com/AjuntamentdeBarcelona/decidim-barcelona/actions/workflows/lint.yml)
[![[CI] Test](https://github.com/AjuntamentdeBarcelona/decidim-barcelona/actions/workflows/test.yml/badge.svg)](https://github.com/AjuntamentdeBarcelona/decidim-barcelona/actions/workflows/test.yml)
[![Code Climate](https://codeclimate.com/github/AjuntamentdeBarcelona/decidim-barcelona/badges/gpa.svg)](https://codeclimate.com/github/AjuntamentdeBarcelona/decidim-barcelona)This is the opensource code repository for "decidim-barcelona", based on [Decidim](https://github.com/AjuntamentdeBarcelona/decidim).
## Development environment setup
You can setup everything with Docker & Docker compose, run:
```bash
docker-compose build
docker-compose run --rm app bundle exec rake db:create db:schema:load db:seed
docker-compose up
```## License
Code published under AFFERO GPL v3 (see [LICENSE-AGPLv3.txt](LICENSE-AGPLv3.txt))
## Code of conduct
See [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md)
## Create your own app
If you want to make your own instance of Decidim, do not fork us, just go to [Decidim](https://github.com/AjuntamentdeBarcelona/decidim).