Skip to content

romaindurand/maju.app

Repository files navigation

maju.app

maju.app is a web-app created to popularize the majority judgment voting system by making it easily accessible.

Install

In mongo shell:

use maju;
db.createUser({user: "username", pwd: "password", roles: [{role: "readWrite", db: "maju"}]});

Then restart mongod with --auth

Build Setup

# install dependencies
$ yarn # Or yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate

For detailed explanation on how things work, checkout the Nuxt.js docs.

Thanks

vuejs

nuxt

https://webdevchallenges.com/nuxt-js-internationalization-without-route-param/

About

a majority judgement web-app to create polls

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published