Skip to content

Micro Management Information System for information with dynamic fields, using Perl and Mojolicious, with MongoDB as backend database.

License

Notifications You must be signed in to change notification settings

wisdomfusion/MicroMIS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAME

MicroMIS

DESCRIPTION

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:

INSTALLATION

Install Perl

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

Init and run the application

$ cd MicroMIS/
$ cpanm --installdeps .
$ morbo script/app.pl

Client Interface (React)

Install node.js 8+ first, and

cd client/
npm i yarn
yarn install
yarn build

INSTRUCTIONS

CONTRIBUTIONS

About

Micro Management Information System for information with dynamic fields, using Perl and Mojolicious, with MongoDB as backend database.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published