{"id":21896842,"url":"https://github.com/ditsmod/realworld","last_synced_at":"2025-08-03T06:42:13.328Z","repository":{"id":65305351,"uuid":"439829976","full_name":"ditsmod/realworld","owner":"ditsmod","description":"Ditsmod codebase containing real world examples (CRUD, auth, i18n, advanced patterns, etc) that adheres to the RealWorld spec and API.","archived":false,"fork":false,"pushed_at":"2025-01-04T02:53:42.000Z","size":3793,"stargazers_count":9,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-28T23:11:19.954Z","etag":null,"topics":["ditsmod","i18n","nodejs-framework","realworld","realworld-backend"],"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/ditsmod.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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":"2021-12-19T10:06:18.000Z","updated_at":"2025-01-04T02:53:46.000Z","dependencies_parsed_at":"2023-10-15T07:53:08.011Z","dependency_job_id":"dc84b72b-6968-40aa-9b2c-90ba386ecf47","html_url":"https://github.com/ditsmod/realworld","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"ditsmod/monorepo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ditsmod%2Frealworld","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ditsmod%2Frealworld/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ditsmod%2Frealworld/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ditsmod%2Frealworld/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ditsmod","download_url":"https://codeload.github.com/ditsmod/realworld/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249124666,"owners_count":21216694,"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":["ditsmod","i18n","nodejs-framework","realworld","realworld-backend"],"created_at":"2024-11-28T14:14:30.417Z","updated_at":"2025-04-15T17:47:46.627Z","avatar_url":"https://github.com/ditsmod.png","language":"TypeScript","readme":"# ![RealWorld Example App](logo.png)\n\n\u003e ### Ditsmod codebase containing real world examples (CRUD, auth, i18n, OpenAPI with validation, etc) that adheres to the [RealWorld](https://github.com/gothinkster/realworld) spec and API.\n\n\nThis codebase was created to demonstrate a fully fledged fullstack application built with **Ditsmod** including CRUD operations, authentication, routing, pagination, and more.\n\n## Prerequisites\n\nPlease make sure that Node.js \u003e= v20.6.0 is installed on your operating system.\n\n## Getting started\n\nThis monorepository includes [Ditsmod](https://ditsmod.github.io/en/) applications seed. Packages are in ESM format and have [native Node.js aliases](https://nodejs.org/api/packages.html#subpath-imports) starting with `#`.\n\nAll packages are located in `packages/*` directory.\n\nFrom start you need:\n\n1. Clone the project\n\n```bash\ngit clone https://github.com/ditsmod/realworld.git my-app\ncd my-app\n```\n\n2. Bootstrap the project\n\n```bash\nnpm install\n```\n\n3. Copy `packages/server/.env-example` to `packages/server/.env`:\n\n```bash\ncp packages/server/.env-example packages/server/.env\n```\n\nAnd fill this file.\n\n4. Then create database (for example `real_world`), grant access permissions for this database, and execute `MySQL`-dump from [packages/server/sql/dump/info.sql](./packages/server/sql/dump/info.sql).\n\n## Start the web server\n\n```bash\nnpm start\n```\n\nAfter that, see OpenAPI docs on [http://0.0.0.0:3000/api/openapi](http://0.0.0.0:3000/api/openapi).\n\n## Postman tests\n\nTo run [postman tests](https://github.com/gothinkster/realworld/blob/main/api/Conduit.postman_collection.json):\n\n```bash\nnpm test\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fditsmod%2Frealworld","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fditsmod%2Frealworld","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fditsmod%2Frealworld/lists"}