{"id":19180234,"url":"https://github.com/d3dc/monorepo","last_synced_at":"2026-02-27T02:32:35.414Z","repository":{"id":69331850,"uuid":"201366440","full_name":"d3dc/monorepo","owner":"d3dc","description":"Fullstack Typescript \u0026 Vue Monorepo with Pulumi IaC","archived":false,"fork":false,"pushed_at":"2019-08-08T22:13:01.000Z","size":407,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-23T01:46:00.646Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Vue","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/d3dc.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":"2019-08-09T01:37:27.000Z","updated_at":"2019-09-06T18:29:17.000Z","dependencies_parsed_at":"2023-03-15T17:16:00.981Z","dependency_job_id":null,"html_url":"https://github.com/d3dc/monorepo","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/d3dc/monorepo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d3dc%2Fmonorepo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d3dc%2Fmonorepo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d3dc%2Fmonorepo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d3dc%2Fmonorepo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/d3dc","download_url":"https://codeload.github.com/d3dc/monorepo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/d3dc%2Fmonorepo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29883102,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T23:51:21.483Z","status":"online","status_checked_at":"2026-02-27T02:00:06.759Z","response_time":57,"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":[],"created_at":"2024-11-09T10:48:32.580Z","updated_at":"2026-02-27T02:32:35.382Z","avatar_url":"https://github.com/d3dc.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Roth Technologies Monorepo\n\nI got sick of creating apps from scratch every time I had a new idea. This is a fullstack app with all the foundational goodies required to get up and running immediately.\n\nCredits to:\n\n- https://github.com/andregardi/jwt-express-typeorm for the API quickstart\n- https://github.com/creativetimofficial/vue-argon-dashboard for the Vue Admin quickstart\n- Pulumi for being so simple to use\n\n## Stack\n\n- Lerna Monorepo\n- Automated ECS (Fargate) \u0026 Postgres RDS\n\n**Core**\n\n- Pulumi scripts to configure and manage multi-env ECS deployments\n\n**API**\n\n- Typescript\n- TypeORM\n- JWT\n\n**Frontend**\n\n- Vue\n- Vuex\n- ArgonDashboard (Bootstrap based)\n\n## Getting Started\n\nRequirements\n\n- Node 8+\n- Docker\n\n**Local Dev**\n\n```bash\n$ yarn # install dependencies, bootstraps .env\n$ yarn start-api # runs postgis, migrations, and the api server on localhost:3000\n$ yarn migrate-api # run api migrations\n$ yarn start-frontend # runs vue on localhost:8080\n```\n\n_NOTE: we could switch to docker-compose for local dev for simplicity but because core (Pulumi) uses the local Docker files it's not a major concern._\n\n**Deploy To AWS**\n\n1. Copy `.env.example` to `.env` in `api`, `core`, and `frontend` packages\n2. Install Pulumi `brew install pulumi` (if on Mac)\n3. Set up AWS account / Create Access Key and set env vars in `core`: `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY`\n4. Setup Pulumi account and set Pulumi Access token env var in `core`: `PULUMI_ACCESS_TOKEN`\n5. Install dependencies `yarn`\n6. Deploy stack to AWS: `yarn deploy`\n7. Update the frontend `.env` `VUE_APP_API_ENDPOINT` with the correct `api` url from the deploy output\n    * NOTE: this could be improved using a custom Pulumi resource or Route53\n8. Update the api `.env` `DB_HOST` with  the correct rds db host from the deploy output\n9. Migrate the AWS Postgress in the API package: `yarn migrate-api`\n10. Redeploy `yarn deploy`\n11. Navigate to the `app` URL (output after Pulumi deployment)\n    * Username: `admin`\n    * Passsword: `admin`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd3dc%2Fmonorepo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fd3dc%2Fmonorepo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fd3dc%2Fmonorepo/lists"}