{"id":15823232,"url":"https://github.com/milliorn/remix-blog","last_synced_at":"2025-10-16T17:31:40.074Z","repository":{"id":104603741,"uuid":"595441668","full_name":"milliorn/remix-blog","owner":"milliorn","description":"Blog application built with Remix, a full-stack JavaScript framework for building modern web applications","archived":true,"fork":false,"pushed_at":"2024-01-05T16:11:52.000Z","size":906,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-10-12T08:48:00.272Z","etag":null,"topics":["blog","css","eslint","javascript","js","node","node-js","nodejs","npm","prisma","prisma-client","prisma-studio","react","remix","remix-stack","ts","tsconfig","typescript"],"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/milliorn.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}},"created_at":"2023-01-31T04:33:59.000Z","updated_at":"2024-01-05T16:11:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"9e37a4dd-2d16-4491-b3d1-ab4cdcfd9498","html_url":"https://github.com/milliorn/remix-blog","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/milliorn%2Fremix-blog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milliorn%2Fremix-blog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milliorn%2Fremix-blog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milliorn%2Fremix-blog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/milliorn","download_url":"https://codeload.github.com/milliorn/remix-blog/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236738684,"owners_count":19196962,"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":["blog","css","eslint","javascript","js","node","node-js","nodejs","npm","prisma","prisma-client","prisma-studio","react","remix","remix-stack","ts","tsconfig","typescript"],"created_at":"2024-10-05T08:06:33.894Z","updated_at":"2025-10-16T17:31:39.693Z","avatar_url":"https://github.com/milliorn.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Remix Blog\n\n[![CodeQL](https://github.com/milliorn/remix-blog/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/milliorn/remix-blog/actions/workflows/github-code-scanning/codeql)\n\nRemix Blog is a blog application built with Remix, a full-stack JavaScript framework for building modern web applications. It utilizes React for the frontend and Node.js for the backend.\n\n## Getting Started\n\nTo get started with Remix Blog, follow these steps:\n\n1. Clone the repository to your local machine.\n2. Install the project dependencies by running the following command `npm install`\n3. Initialize the Prisma database by running the following command `npx prisma db push`\n\nThis will initialize the SQLite database for the blog.\n\n4. Seed the database with initial data by running the following command `node prisma/seed`\n\nThis will populate the database with sample blog posts.\n\n5. Start the development server by running the following command `npm run dev`\n\nThis will start the development server and open the application in your default browser.\n\n## Available Scripts\n\nIn the project directory, you can run the following scripts:\n\n- `npm run build`: Builds the Remix application for production.\n- `npm run dev`: Starts the Remix development server.\n- `npm start`: Serves the built Remix application using remix-serve.\n- `npm run typecheck`: Runs TypeScript type checking.\n- `npm run lint`: Runs ESLint to lint the source code.\n\n## Dependencies\n\nThe Remix Blog project relies on the following dependencies:\n\n- [Remix](https://remix.run/): Full-stack JavaScript framework for building modern web applications.\n- [React](https://reactjs.org/): JavaScript library for building user interfaces.\n- [Node.js](https://nodejs.org/): JavaScript runtime environment.\n- [Prisma](https://www.prisma.io/): Modern database toolkit for Node.js and TypeScript.\n\nFor a complete list of dependencies, refer to the `package.json` file.\n\n## Documentation\n\n- Remix: [https://remix.run/docs/en/v1](https://remix.run/docs/en/v1)\n- Prisma: [https://www.prisma.io/docs](https://www.prisma.io/docs)\n\n## Contributing\n\nContributions to the Remix Blog project are welcome! If you'd like to contribute, please follow these guidelines:\n\n1. Fork the repository and create a new branch for your feature or bug fix.\n2. Make the necessary changes and commit them.\n3. Push your branch to your forked repository.\n4. Submit a pull request to the original repository's `main` branch.\n\nPlease ensure that your code follows the project's coding style and conventions.\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n\n### Github\n\n\u003chttps://github.com/remix-run\u003e\n\n\u003chttps://github.com/remix-run/remix\u003e\n\n## Prisma\n\n\u003chttps://www.npmjs.com/package/prisma\u003e\n\n\u003chttps://github.com/prisma/prisma\u003e\n\n\u003chttps://www.prisma.io/\u003e\n\n\u003chttps://www.prisma.io/docs/concepts/components/prisma-client\u003e\n\n\u003chttps://www.prisma.io/docs/getting-started/quickstart\u003e\n\n`npm i prisma @prisma/client`\n\n`npx prisma init --datasource-provider sqlite`\n\n## Prototyping a new schema\n\n\u003chttps://www.prisma.io/docs/guides/database/prototyping-schema-db-push#prototyping-a-new-schema\u003e\n\n`npx prisma db push`\n\n### Run seed.js init\n\n`node prisma/seed`\n\n## Prisma Studio\n\n\u003chttps://www.prisma.io/docs/concepts/components/prisma-studio\u003e\n\n`npx prisma studio`\n\n\u003chttp://localhost:5555/\u003e\n\n## PrismaClient\n\n\u003chttps://www.prisma.io/docs/concepts/components/prisma-client\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmilliorn%2Fremix-blog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmilliorn%2Fremix-blog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmilliorn%2Fremix-blog/lists"}