{"id":16701691,"url":"https://github.com/coryodaniel/rw-vercel","last_synced_at":"2025-04-05T04:17:31.535Z","repository":{"id":39094650,"uuid":"271440720","full_name":"coryodaniel/rw-vercel","owner":"coryodaniel","description":null,"archived":false,"fork":false,"pushed_at":"2022-12-13T01:21:28.000Z","size":4903,"stargazers_count":1,"open_issues_count":21,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-10T12:16:52.153Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/coryodaniel.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":"2020-06-11T03:16:39.000Z","updated_at":"2023-10-27T18:21:46.000Z","dependencies_parsed_at":"2023-01-28T04:15:42.127Z","dependency_job_id":null,"html_url":"https://github.com/coryodaniel/rw-vercel","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/coryodaniel%2Frw-vercel","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coryodaniel%2Frw-vercel/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coryodaniel%2Frw-vercel/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coryodaniel%2Frw-vercel/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coryodaniel","download_url":"https://codeload.github.com/coryodaniel/rw-vercel/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247284956,"owners_count":20913704,"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-10-12T18:45:12.604Z","updated_at":"2025-04-05T04:17:31.470Z","avatar_url":"https://github.com/coryodaniel.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Redwood\n\u003e**HEADS UP:** RedwoodJS is _NOT_ ready for use in Production. It relies heavily on Prisma2, which is currently in testing with an expected production release coming soon. See status at [\"Is Prisma2 Ready?\"](https://isprisma2ready.com)\n\n## Getting Started\n- [Redwoodjs.com](https://redwoodjs.com): home to all things RedwoodJS.\n- [Tutorial](https://redwoodjs.com/tutorial/welcome-to-redwood): getting started and complete overview guide.\n- [Docs](https://redwoodjs.com/docs/introduction): using the Redwood Router, handling assets and files, list of command-line tools, and more.\n- [Redwood Community](https://community.redwoodjs.com): get help, share tips and tricks, and collaborate on everything about RedwoodJS.\n\n### Setup\n\nWe use Yarn as our package manager. To get the dependencies installed, just do this in the root directory:\n\n```terminal\nyarn install\n```\n\n### Fire it up\n\n```terminal\nyarn redwood dev\n```\n\nYour browser should open automatically to `http://localhost:8910` to see the web app. Lambda functions run on `http://localhost:8911` and are also proxied to `http://localhost:8910/api/functions/*`.\n\n## Development\n\n### Database\n\nWe're using [Prisma2](https://github.com/prisma/prisma2), a modern DB toolkit to query, migrate and model your database.\n\nPrisma2 is [not ready for production](https://isprisma2ready.com) at the moment.\n\nTo create a development database:\n\n```terminal\nyarn redwood db up\n```\n\nThis will read the schema definition in `api/prisma/schema.prisma` and generate a sqlite database in `api/prisma/dev.db`\n\nIf you've made changes to the schema run `yarn redwood db save` to generate a migration, and `yarn redwood db up` to apply the migration/ generate a new ORM client.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoryodaniel%2Frw-vercel","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoryodaniel%2Frw-vercel","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoryodaniel%2Frw-vercel/lists"}