Skip to content

sbel314/bigfive-web

 
 

Repository files navigation

Build Status js-standard-style

bigfive-web

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

Written in nodejs using the next.js and micro framework

Preview

Installation

Download and install nodejs and git

The results are saved to a mongodb database, so for a full test you either need a running mongodb or an instance at mlab

git clone https://github.com/Alheimsins/bigfive-web
cd bigfive-web
npm install
vim config.js # Edit config
npm run dev

Open web-browser at http://localhost:3000

Deploy using Now

$ wget https://raw.githubusercontent.com/Alheimsins/bigfive-web/master/production.env
$ vim production.env # Edit config
$ now -E production.env https://github.com/Alheimsins/bigfive-web

Deploy using Docker

Install Docker

docker run -d --name bigfive-web alheimsins/bigfive-web

Related

Help wanted

If you want to help by translating the items to other languages this is how you do it.

License

MIT

About

Created by zrrzzt and maccyber with ❤ for Alheimsins

About

Website for taking personality tests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.0%
  • Dockerfile 1.0%