Module for returning Big Five [Johnson 120 IPIP-NEO-PI-R]
CURRENTLY DEPLOYED AT: http://bigfivepersonalitytraits.com
Tests and evaluation is gathered from ipip.ori.org.
This app is written using Vuejs as framework.
Download and install vuecli, git
The results are saved to a mongodb database, the backend side is at https://github.com/elephantcastle/oceanbackend , so you can running locally as well or point it to your db thorugh .env file.
Run the setup script to install all dependencies
npm install
npm run serve
TODO
npm run lint
TODO Setup Testing, Vue I18n is internationalization plugin for Vue.js