{"id":16469769,"url":"https://github.com/irsol/realm-blog","last_synced_at":"2026-04-30T11:32:15.593Z","repository":{"id":196304582,"uuid":"191716966","full_name":"irsol/realm-blog","owner":"irsol","description":"realm-blog ","archived":false,"fork":false,"pushed_at":"2019-06-13T08:24:16.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-23T04:44:10.970Z","etag":null,"topics":["body-parser","express","express-js","html","javascript","json","nodejs","realm","realm-blog","realm-database","realm-js","realm-mobile-database"],"latest_commit_sha":null,"homepage":"https://realm.io/","language":"JavaScript","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/irsol.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":"2019-06-13T07:54:02.000Z","updated_at":"2020-04-08T08:06:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"fb00a68b-c494-48c1-851c-152fb18acf58","html_url":"https://github.com/irsol/realm-blog","commit_stats":null,"previous_names":["irsol/realm-blog"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/irsol/realm-blog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irsol%2Frealm-blog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irsol%2Frealm-blog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irsol%2Frealm-blog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irsol%2Frealm-blog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/irsol","download_url":"https://codeload.github.com/irsol/realm-blog/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/irsol%2Frealm-blog/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32463892,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"online","status_checked_at":"2026-04-30T02:00:05.929Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["body-parser","express","express-js","html","javascript","json","nodejs","realm","realm-blog","realm-database","realm-js","realm-mobile-database"],"created_at":"2024-10-11T12:08:50.220Z","updated_at":"2026-04-30T11:32:15.563Z","avatar_url":"https://github.com/irsol.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Building a blog with Realm Node.js and Express\n\n## Create a directory named realm-blog:\n`mkdir realm-blog`\n\n## Go to the project folder: \n`cd realm-blog`\n\n## Initialize the Node.js project:\n`npm init`\n\nExample of init: \n```\nname: (realm-blog)\nversion: 1.0.0\ndescription: Realm Blog\nentry point: (index.js)\ntest command:\ngit repository:\nkeywords:\nauthor:\nlicense: (ISC)\n```\n\n### Use Express to handle web requests, Realm or the database, Embeded JavaSxript(EJS) to process its templates, body-parser o parse the queries which are passed from the form.\n```\nnpm install --save express\nnpm install --save realm\nnpm install --save ejs\nnpm install --save body-parser\n```\n\n## Install nodemon\nThe server will restart whenever you modify the code.\n`npm install -g nodemon`\n\n##### Make changes in package.json folder:\n```\n{\n  \"main\": \"index.js\",\n  \"scripts\": {\n    \"serve\": \"nodemon index.js\"\n  },\n  ...\n}\n```\n\n## Run the test server:\n`npm run serve`\n\n### Source\n[Tutorial](https://academy.realm.io/posts/realm-node-js-express-blog-tutorial/)\n\n[Github](https://github.com/dalinaum/realm-blog/blob/a2b86d07c3075f10607fc5c6a80e855391ed3bed/tutorial/blog-en.md)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firsol%2Frealm-blog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Firsol%2Frealm-blog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Firsol%2Frealm-blog/lists"}