Policymaker.io is a full fledged management information system, that helps policy makers to analyses data in unemployment, population, poverty and education domains, which help in making better informed decisions.
The application is a SPA made completely in Vue.js. The back-end REST API has been developed in Node.js+ Restify.js. The database is ORACLE 11g.
The back end uses oracle DB that is connected to cise(UFL) server. Since the DB is behind a proxy it is not possible to run the api on cloud(Heroku etc). To run the code in local server
In terminal one, type node server.js
In terminal two, type npm run dev