The backend is a Rails application that exposes various API endpoints.
3.0.0
System dependencies
Postgresql
Redis
Configuration
Copy and adjust the env.sample and source it
$ cp env.sample .env && source .env
Database creation
Database initialization
How to run the test suite
Services (job queues, cache servers, search engines, etc.)
Deployment instructions
…
There are two sets of code lists prepared that you can easily import to get started. They are available in their respective original language.
The feminizidmap.org code lists are in German, to import the full set run:
$ rails codelists:feminizidmap:add_default
The femicidios-latam code lists are in Spanish, to import the full set run:
$ rails codelists:femicidio_latam:add_default
To see all available subtasks run rails --tasks
.