https://bigfive-test.com
https://bigfive-test.com
Website for five factor model of personality based on work from IPIP-NEO-PI.
Tests and evaluation is gathered from ipip.ori.org.
See it live @ bigfive-test.com
The frontend is written in nodejs using the
Next.js framework.
Download and install nodejs,
git and vercel-cli
Install yarn
```
npm install --global yarn
Install docker and docker-compose
The results are saved to a mongodb database, so for a full test you either need a running mongodb or an instance at mlab
add .env.local file
``
NEXT_PUBLIC_ENV=development
DB_URL=mongodb://root:example@localhost:27017
DB_NAME=b5
DB_COLLECTION=results
Run the setup script to install all dependencies
``
yarn
Start mongodb server
``
docker-compose up -d
Run the development server
``
yarn dev
Run the linter
```
yarn lint && yarn format:fix
Licensed under the MIT license.