{"id":24013024,"url":"https://github.com/awalsolution/adonis-multi-tenant-boilerplate","last_synced_at":"2025-11-19T08:03:56.946Z","repository":{"id":246352583,"uuid":"820734486","full_name":"awalsolution/adonis-multi-tenant-boilerplate","owner":"awalsolution","description":"multi-tenancy for your adonisjs app.","archived":false,"fork":false,"pushed_at":"2025-07-09T04:41:21.000Z","size":772,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-09T05:35:35.520Z","etag":null,"topics":["adonis","adonis-framework","adonisjs","multi-tenancy","multi-tenant"],"latest_commit_sha":null,"homepage":"https://awalsolution.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/awalsolution.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-06-27T04:40:48.000Z","updated_at":"2025-02-23T17:52:29.000Z","dependencies_parsed_at":"2024-08-19T09:16:25.040Z","dependency_job_id":"9026ed6f-1eaa-489f-9699-c26d6fa36661","html_url":"https://github.com/awalsolution/adonis-multi-tenant-boilerplate","commit_stats":null,"previous_names":["awal-solution/adonis-multi-tenant-boilerplate","awalsolution/adonis-multi-tenant-boilerplate"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/awalsolution/adonis-multi-tenant-boilerplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awalsolution%2Fadonis-multi-tenant-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awalsolution%2Fadonis-multi-tenant-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awalsolution%2Fadonis-multi-tenant-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awalsolution%2Fadonis-multi-tenant-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/awalsolution","download_url":"https://codeload.github.com/awalsolution/adonis-multi-tenant-boilerplate/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awalsolution%2Fadonis-multi-tenant-boilerplate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":285207643,"owners_count":27132524,"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","status":"online","status_checked_at":"2025-11-19T02:00:05.673Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["adonis","adonis-framework","adonisjs","multi-tenancy","multi-tenant"],"created_at":"2025-01-08T06:24:28.979Z","updated_at":"2025-11-19T08:03:56.930Z","avatar_url":"https://github.com/awalsolution.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Adonis Multi Tenant Boilerplate REST Apis\n\n## Description\n\nAdonis Multi Tenant Boilerplate REST API's is developed with Adonisjs and mysql.\n\n# Environments\n\n```\n1. Production\n\n==\u003e Branch Name: main\n\n2. Development\n\n==\u003e Branch Name: develop\n```\n\n## How to Install\n\n1. Clone repository\n\n   ```\n   git clone https://github.com/awal-solution/adonis-multi-tenant-boilerplate.git\n   cd adonis-multi-tenant-boilerplate\n   yarn install\n   ```\n\n2. Create a new `.env` file for the backend and generate a new `APP_KEY`. Copy the output and paste it into the `.env` file at the end of the line for `APP_KEY`.\n   ```bash\n   cp .env.example .env\n   node ace generate:key #Generates new APP_KEY\n   ```\n3. Within the `.env` file, configure the MYSQL\\* variables to suit your environment setup.\n\n4. `start development` server.\n\n   ```bash\n   yarn dev\n   ```\n\n5. `create build for production` server.\n\n   ```bash\n      yarn build\n   ```\n\n6. You won't be able to `login` because there are no users. So, it is time to seed the database.\n\n7. To prepare (seed) the database with mock data:\n\n   1. First, let's migrate the database.\n\n      ```bash\n      node ace migration:run\n      ```\n\n   2. Next, Let's seed important tables on the database. Run the index seeder command below to run all configured seeders for the application and fully setup it up in one command:\n\n      ```bash\n         node ace db:seed\n      ```\n\n      Please note that this operation could take a couple of minutes.\n\n8. Congratulations. You have successfully set up the InSync.\n\n# Resources\n\n## Languages \u0026 tools\n\n- [Yarn](https://yarnpkg.com/)\n\n- [Typescript](https://www.typescriptlang.org/)\n\n- [Node](http://nodejs.org/)\n\n- [Adonisjs](https://adonisjs.com/)\n\n- [MySQL](https://www.mysql.com/)\n\n- [git](https://git-scm.com/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fawalsolution%2Fadonis-multi-tenant-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fawalsolution%2Fadonis-multi-tenant-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fawalsolution%2Fadonis-multi-tenant-boilerplate/lists"}