This project is built from the Django rest framework, based in Django, to provide a web API that can interact with different frontends.
Our current approach connects a Vue.js frontend with this API. The following guides might be helpful to understand the whole set up and coupling process between both tools (kudos to Bennett Garner for these extremely helpful resources):
At the moment we use a PostgreSQL database to store and manage all the information in a CentOs 7 machine for testing this prototype.
Our goal is to provide organizations with a multi-step questionaire based on their strategic interests which will quickly assess their current situation.
At the moment reporting is only possible as a .pdf
which is generated by advisors
, a specific user rol in this tool.
If you wish to contribute to this project we encourage you to have a look at our contribute guide or in the official contributing documentation page