{"id":13791485,"url":"https://github.com/epicweb-dev/rocket-rental","last_synced_at":"2025-05-12T14:30:48.186Z","repository":{"id":58872914,"uuid":"534284895","full_name":"epicweb-dev/rocket-rental","owner":"epicweb-dev","description":"Rent Rockets from rocking awesome people","archived":true,"fork":false,"pushed_at":"2024-01-13T00:27:42.000Z","size":9861,"stargazers_count":276,"open_issues_count":0,"forks_count":35,"subscribers_count":14,"default_branch":"main","last_synced_at":"2025-05-06T15:19:13.950Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/epicweb-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","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":"2022-09-08T15:52:13.000Z","updated_at":"2025-03-09T23:49:19.000Z","dependencies_parsed_at":"2024-01-13T05:30:29.553Z","dependency_job_id":"53e8de1e-fbd5-4635-9d19-9f9768a8d1fb","html_url":"https://github.com/epicweb-dev/rocket-rental","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/epicweb-dev%2Frocket-rental","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epicweb-dev%2Frocket-rental/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epicweb-dev%2Frocket-rental/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epicweb-dev%2Frocket-rental/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/epicweb-dev","download_url":"https://codeload.github.com/epicweb-dev/rocket-rental/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253754959,"owners_count":21958933,"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-08-03T22:01:00.901Z","updated_at":"2025-05-12T14:30:43.169Z","avatar_url":"https://github.com/epicweb-dev.png","language":"TypeScript","readme":"# Rocket Rental\n\nLet's launch together!\n\n\u003e This is no longer actively maintained. If you want an up-to-date example of a Remix app that builds on top of what was done here, check [the Epic Stack](https://github.com/epicweb-dev/epic-stack).\n\n## Development\n\n- Initial setup:\n\n  ```sh\n  npm run setup\n  ```\n\n- Start dev server:\n\n  ```sh\n  npm run dev\n  ```\n\nThis starts your app in development mode, rebuilding assets on file changes.\n\nThe database seed script creates a new user with some data you can use to get\nstarted:\n\n- Email: `kody@kcd.dev`\n- Password: `kodylovesyou`\n\n### Connecting to your database\n\nThe sqlite database lives at `/data/sqlite.db` in the deployed application. You\ncan connect to the live database by running `fly ssh console -C database-cli`.\n\n## GitHub Actions\n\nWe use GitHub Actions for continuous integration and deployment. Anything that\ngets into the `main` branch will be deployed to production after running\ntests/build/etc. Anything in the `dev` branch will be deployed to staging.\n\n## Testing\n\n### Playwright\n\nWe use Playwright for our End-to-End tests in this project. You'll find those in\nthe `tests` directory. As you make changes, add to an existing file or create a\nnew file in the `tests` directory to test your changes.\n\nTo run these tests in development, run `npm run test:e2e:dev` which will start\nthe dev server for the app and run Playwright on it.\n\nWe have a fixture for testing authenticated features without having to go\nthrough the login flow:\n\n```ts\ntest('my test', async ({ page, login }) =\u003e {\n\tconst user = await login()\n\t// you are now logged in\n})\n```\n\nWe also auto-delete the user at the end of your test. That way, we can keep your\nlocal db clean and keep your tests isolated from one another.\n\n### Vitest\n\nFor lower level tests of utilities and individual components, we use `vitest`.\nWe have DOM-specific assertion helpers via\n[`@testing-library/jest-dom`](https://testing-library.com/jest-dom).\n\n### Type Checking\n\nThis project uses TypeScript. It's recommended to get TypeScript set up for your\neditor to get a really great in-editor experience with type checking and\nauto-complete. To run type checking across the whole project, run\n`npm run typecheck`.\n\n### Linting\n\nThis project uses ESLint for linting. That is configured in `.eslintrc.js`.\n\n### Formatting\n\nWe use [Prettier](https://prettier.io/) for auto-formatting in this project.\nIt's recommended to install an editor plugin (like the\n[VSCode Prettier plugin](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode))\nto get auto-formatting on save. There's also a `npm run format` script you can\nrun to format all files in the project.\n","funding_links":[],"categories":["Starter"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepicweb-dev%2Frocket-rental","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fepicweb-dev%2Frocket-rental","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepicweb-dev%2Frocket-rental/lists"}