MicroMIS
Micro Management Information System for information with dynamic fields, using Perl and Mojolicious, with MongoDB as backend database.
The system depends on some modules listed as follows:
macOS or Linux
$ \curl -L https://install.perlbrew.pl | bash
$ source ~/perl5/perlbrew/etc/bashrc
$ echo 'source ~/perl5/perlbrew/etc/bashrc' >> ~/.bash_profile
$ perlbrew init
$ perlbrew install perl-5.28.0
$ perlbrew switch perl-5.28.0
$ perlbrew install-cpanm
Windows
Install Strawberry Perl or ActiveState Perl first, and
cpan App::cpanminus
$ cd MicroMIS/
$ cpanm --installdeps .
$ morbo script/app.pl
Install node.js 8+ first, and
cd client/
npm i yarn
yarn install
yarn build