{"id":19726533,"url":"https://github.com/gustavocadev/solid-start-app-example","last_synced_at":"2025-04-30T00:32:25.725Z","repository":{"id":222227481,"uuid":"756641002","full_name":"gustavocadev/solid-start-app-example","owner":"gustavocadev","description":"Drizzle ORM + Sqlite3 Example + Solid Start","archived":false,"fork":false,"pushed_at":"2024-07-26T22:31:35.000Z","size":714,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-07-27T23:12:22.710Z","etag":null,"topics":["drizzle-kit","drizzle-orm","park-ui","solid-start","sqlite3","tailwindcss"],"latest_commit_sha":null,"homepage":"","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/gustavocadev.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-02-13T02:21:23.000Z","updated_at":"2024-07-26T22:31:38.000Z","dependencies_parsed_at":"2024-07-23T22:56:39.273Z","dependency_job_id":null,"html_url":"https://github.com/gustavocadev/solid-start-app-example","commit_stats":null,"previous_names":["gustavocadev/solid-start-app-example"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gustavocadev%2Fsolid-start-app-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gustavocadev%2Fsolid-start-app-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gustavocadev%2Fsolid-start-app-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gustavocadev%2Fsolid-start-app-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gustavocadev","download_url":"https://codeload.github.com/gustavocadev/solid-start-app-example/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224192746,"owners_count":17271235,"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":["drizzle-kit","drizzle-orm","park-ui","solid-start","sqlite3","tailwindcss"],"created_at":"2024-11-11T23:35:58.377Z","updated_at":"2024-11-11T23:35:58.444Z","avatar_url":"https://github.com/gustavocadev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SolidStart\n\nEverything you need to build a Solid project, powered by [`solid-start`](https://start.solidjs.com);\n\n## Install dependencies\n\n```bash\nnpm i\n```\n\n## Setting up Environment Variables\n\n```bash\n# Create a .env file in the root of the project and add the following\nDATABLE_URL=db.sqlite\n# You can change the value of DATABLE_URL if you want to use a different name for the database file\n```\n\n## Initialising Database\n\n```bash\n# To Generate the SQL Queries to create the tables\nnpm run db:generate\n\n# To Migrate the Database (Applies the changes to the database)\nnpm run db:migrate\n```\n\n## Developing\n\nOnce you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:\n\n```bash\nnpm run dev\n\n# or start the server and open the app in a new browser tab\nnpm run dev -- --open\n```\n\n## Building\n\nSolid apps are built with _adapters_, which optimise your project for deployment to different environments.\n\nBy default, `npm run build` will generate a Node app that you can run with `npm start`. To use a different adapter, add it to the `devDependencies` in `package.json` and specify in your `vite.config.js`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgustavocadev%2Fsolid-start-app-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgustavocadev%2Fsolid-start-app-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgustavocadev%2Fsolid-start-app-example/lists"}