{"id":22678475,"url":"https://github.com/web2solutions/jumentix","last_synced_at":"2025-03-29T13:12:44.701Z","repository":{"id":39334587,"uuid":"325042370","full_name":"web2solutions/Jumentix","owner":"web2solutions","description":"Application foundation for REST and Realtime Node.JS micro service applications","archived":false,"fork":false,"pushed_at":"2023-03-11T15:04:00.000Z","size":5072,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-04T13:44:45.689Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/web2solutions.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-12-28T15:05:10.000Z","updated_at":"2023-03-08T03:37:29.000Z","dependencies_parsed_at":"2025-02-04T13:44:44.717Z","dependency_job_id":"d55d80f1-91be-4e71-9c5d-5b13cd781567","html_url":"https://github.com/web2solutions/Jumentix","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/web2solutions%2FJumentix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/web2solutions%2FJumentix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/web2solutions%2FJumentix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/web2solutions%2FJumentix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/web2solutions","download_url":"https://codeload.github.com/web2solutions/Jumentix/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246187241,"owners_count":20737462,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-09T18:15:27.313Z","updated_at":"2025-03-29T13:12:44.671Z","avatar_url":"https://github.com/web2solutions.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"#   \u003cimg src=\"https://avatars3.githubusercontent.com/u/14809007?s=280\u0026v=4\" width=\"50\" /\u003e  JumentiX \n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://s3.amazonaws.com/creation.howrse.com/100030077-normal.png\" align=\"center\" width=\"200\" /\u003e\n\u003c/p\u003e\n\n\nApplication foundation for REST and Realtime Node.JS micro service applications\n\nRead docs at: [https://web2solutions.github.io/Jumentix/](https://web2solutions.github.io/Jumentix/) - Outdated\n\n\n\n\n\n\n\n\n### Pre requisites\n\n- [MongoDB](https://www.mongodb.com/try/download/community)\n- [RabbitMQ](https://www.rabbitmq.com/download.html) and [RabbitMQ - Management plugin](https://www.rabbitmq.com/management.html) \n- [Redis](https://redis.io/download)\n- [Node.js 10, 11](https://nodejs.org/pt-br/download/releases/)\n- [Elastic](https://www.elastic.co/) **_optional_**\n- [Apache Cassandra](https://cassandra.apache.org/) **_optional_**\n- [Apache Kafka](https://kafka.apache.org/) **_optional_**\n- PostgreSQL, MySQL, SQL Server **_optional_**\n\n**Notes**\n\nIn order to use Node 12 or greater, need to update gulp.\n\n## How to install\n\n```\n    $ cd /home/apps\n```\n\n```\n    $ git clone https://github.com/web2solutions/Jumentix.git\n```\n\n```\n    $ cd Jumentix\n```\n\n```\n    $ npm install\n```\n\n```\n    $ npm start\n```\n\n### Setup new RabbitMQ account for production\n\n\n\u003e Rabbitmq provides a \"guest\" account when it  is setup.\n\u003e Do not use use \"guest\" account in production.\n\u003e Change it on mq configuration and a related new account to rabbitmq\n\n[mq configuration](https://github.com/web2solutions/Jumentix/blob/master/src/config/mq.js)\n\nYou migh use the `Management Plugin`, or the terminal:\n\nCreate account:\n\n```\nrabbitmqctl add_user ACCOUNTNAMEGOESHERE YOURPASSWORDGOESHERE\n\n```\n\nSet admnistrator tag\n```\nrabbitmqctl set_user_tags ACCOUNTNAMEGOESHERE administrator\n\n```\n\nSet read / write permission to all resources\n```\nrabbitmqctl set_permissions -p / ACCOUNTNAMEGOESHERE \".\\*\" \".\\*\" \".\\*\"\n```\n\n\n\n\n### How to see JumentiX and JumentiX Vue UI in action\n\n1. Install [JumentiX](https://github.com/web2solutions/Jumentix#pre-requisites)\n\n```bash\n# install dependencies\nnpm install\n\n# serve with hot reload at localhost:3001\nnpm start\n``` \n\n\n2. Install [JumentiX Vue UI](https://github.com/web2solutions/Jumentix-Vue-UI#project-structure)\n\n```bash\n# install dependencies\nnpm install\n\n# serve with hot reload at localhost:8080\nnpm run dev\n``` \n\n3. Reach and Setup the REST API on browser: \n\n[http://localhost:3001/application/setup](http://localhost:3001/application/setup)\n\n\n4. Reach UI on browser: \n\n[http://localhost:8080/](http://localhost:8080/)\n\n\n5. Do login.\n\nUser: admin@admin.com\nPassword: 123\n\nIt is going to ask you to change your password.\n\n6. Swagger based CRUD screen - JQWidget implementation\n\n\n[http://localhost:8080/#/human](http://localhost:8080/#/human)\n\n\n7. Swagger based CRUD screen - Vuetify implementation\n\n\n[http://localhost:8080/#/surveys](http://localhost:8080/#/surveys)\n\n\n\n\n\n### Testing\n\n#### Build mode\n\n    $ npm run test\n\n#### Dev mode\n\n1 - `Start the application`\n\n    $ npm start\n\n2 - `Run  test suite`\n\n    $ npm run _test\n\n\n### Commands\n\n#### Start app on development mode\n\n    $ npm start\n\n\n#### Stop app\n\n    $ npm run start\n\n\n#### Run ESlint fixing code\n\n    $ npm run eslint-fix\n\n#### Run ESlint to check code issues\n\n    $ npm run lint\n\n\n#### Build code to production\n\n    $ npm run build\n\n#### Run app on dev mode using nodemon\n\n    $ npm run nodemon\n\n\n#### Run app on dev mode as cluster\n\n    $ npm run dev-cluster\n\n#### Run app on dev mode as single fork\n\n    $ npm run dev-simple\n\n\n#### Deploy to production Git + SSH\n\n    $ npm run deploy-production\n\n\n#### Deploy to test Git + SSH\n\n    $ npm run deploy-test\n\n\n\n#### Build app and run on simple single thread\n\n    $ npm run simple\n\n\n#### Build app and run on simple single thread\n\n    $ npm run cluster\n\n\n\n#### pm2 Update\n\n    $ npm run update\n\n\n#### Setup Sequelize migrations\n\n    $ npm run update\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweb2solutions%2Fjumentix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fweb2solutions%2Fjumentix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweb2solutions%2Fjumentix/lists"}