/EPIC-api

Django back-end for the EPIC-Tool

Primary LanguagePythonMIT LicenseMIT

Uses: Django Uses: Django REST framework Uses: Django CORS headers Uses: PostgreSQL Code style: black

E.P.I.C.

About this project (EPIC-Api)

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.

Purpose

Our goal is to provide organizations with a multi-step questionaire based on their strategic interests which will quickly assess their current situation.

Reporting

At the moment reporting is only possible as a .pdf which is generated by advisors, a specific user rol in this tool.

Contributing

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