{"id":13300798,"url":"https://github.com/mioe/seed","last_synced_at":"2026-01-16T16:03:36.958Z","repository":{"id":37466961,"uuid":"503501479","full_name":"mioe/seed","owner":"mioe","description":"my beautiful monoproject","archived":false,"fork":false,"pushed_at":"2022-11-26T11:15:03.000Z","size":1330,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2023-03-05T03:30:53.232Z","etag":null,"topics":["fastify","nuxt","rest-api","typescript","vue"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"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/mioe.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}},"created_at":"2022-06-14T19:54:24.000Z","updated_at":"2023-02-27T14:24:11.000Z","dependencies_parsed_at":"2023-01-21T08:18:55.526Z","dependency_job_id":null,"html_url":"https://github.com/mioe/seed","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mioe%2Fseed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mioe%2Fseed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mioe%2Fseed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mioe%2Fseed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mioe","download_url":"https://codeload.github.com/mioe/seed/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242852025,"owners_count":20195757,"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":["fastify","nuxt","rest-api","typescript","vue"],"created_at":"2024-07-29T17:43:04.543Z","updated_at":"2026-01-16T16:03:36.903Z","avatar_url":"https://github.com/mioe.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# seed\n\u003e my beautiful monoproject\n\n## required dependencies\n- dev mode\n\t- nodejs \u003e= 16\n\t- pnpm \u003e= 6\n\t- docker\n\n## first installation\n```bash\npnpm install --shamefully-hoist  # install packages\ncd packages/backend # move to backend folder\ncp .env.example .env # copy and change .env vars\nnpx prisma migrate dev # migrate tables\nnpx prisma generate # generate client dto\nnpx prisma db seed # seeding base data\nopenssl genrsa -des3 -out ./src/config/private.pem 2048 # generate private.key for jwt\nopenssl rsa -in ./src/config/private.pem -outform PEM -pubout -out ./src/config/public.pem # generate public.key for jwt\ncd ../.. # move to root folder\ndocker-compose up # (optional) start db \u0026\u0026 nginx\npnpm dev # start hmr for all adm/backend/fronted\n```\n\n## used ports\n- in host\n\t- nuxt (fronted) - http://localhost:3000\n\t- fastify (backend) - http://localhost:3001\n\t- swagger (backend) - http://localhost:3001/documentation\n\t- vue (adm) - http://localhost:3002\n- in nginx\n\t- fronted - http://localhost:3030\n\t- backend\n\t\t- api - `localhost/api/*`\n\t\t- storage - `localhost/storage/*`\n\t- adm - http://adm.localhost:3030\n- other\n\t- postgres `:port=54320`\n\t- redis `:port=63790`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmioe%2Fseed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmioe%2Fseed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmioe%2Fseed/lists"}