{"id":18291956,"url":"https://github.com/xxlabaza/nodejs-markdown-blog","last_synced_at":"2026-04-14T19:31:54.081Z","repository":{"id":40793201,"uuid":"249278563","full_name":"xxlabaza/nodejs-markdown-blog","owner":"xxlabaza","description":"Yet another markdown blog","archived":false,"fork":false,"pushed_at":"2023-01-24T01:41:52.000Z","size":2680,"stargazers_count":2,"open_issues_count":21,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-26T16:09:13.589Z","etag":null,"topics":["blog","bootstrap","express","markdown","nodejs","tutorial"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xxlabaza.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-03-22T21:48:07.000Z","updated_at":"2020-03-23T17:01:00.000Z","dependencies_parsed_at":"2023-02-13T09:46:06.587Z","dependency_job_id":null,"html_url":"https://github.com/xxlabaza/nodejs-markdown-blog","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/xxlabaza/nodejs-markdown-blog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xxlabaza%2Fnodejs-markdown-blog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xxlabaza%2Fnodejs-markdown-blog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xxlabaza%2Fnodejs-markdown-blog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xxlabaza%2Fnodejs-markdown-blog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xxlabaza","download_url":"https://codeload.github.com/xxlabaza/nodejs-markdown-blog/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xxlabaza%2Fnodejs-markdown-blog/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262099730,"owners_count":23258670,"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","bootstrap","express","markdown","nodejs","tutorial"],"created_at":"2024-11-05T14:15:49.268Z","updated_at":"2026-04-14T19:31:54.048Z","avatar_url":"https://github.com/xxlabaza.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Overview\n\nThis is a yet another implementation of a markdown blog engine based on **Web Dev Simplified** [tutorial](https://www.youtube.com/watch?v=1NrHkjlWVhM) and customised (try to find my own NodeJS style...) by me.\n\nThe project's features:\n\n* its frontend made with `Bootstrap` and `EJS` templates;\n* stores data in `MongoDB` via `mongoose` library;\n* runs `ESLint` before the tests;\n* it has the tests with power of `Jest` and `supertest` (for API checks);\n* uses `nodemon` for automaticaly restarting app during the development;\n* it uses `Docker` and `docker-compose` tools for distribution, local launch and testing.\n\n## Launch\n\n### Docker compose\n\nTo run the project with a `docker-compose` tool, just type the following in a terminal:\n\n```bash\n$\u003e docker-compose up --detach\nCreating mongodb ... done\nCreating markdown-blog ... done\n```\n\nTo stop the project:\n\n```bash\n$\u003e docker-compose stop\nStopping markdown-blog ... done\nStopping mongodb       ... done\n```\n\n### Developer mode\n\nTo run the project in develop mode, start a **MongoDB** database, for example via a **Docker**:\n\n```bash\n$\u003e docker run -p 27017:27017 mongo:4.2.3\n...\n```\n\nThen, start the project itself:\n\n```bash\n$\u003e npm run start:dev\n\n\u003e markdown-blog@1.0.0 start-dev /markdown-blog\n\u003e nodemon main.js\n\n[nodemon] 2.0.2\n[nodemon] to restart at any time, enter `rs`\n[nodemon] watching dir(s): *.*\n[nodemon] watching extensions: js,mjs,json\n[nodemon] starting `node main.js`\n...\n```\n\nOpen [localhost:5000](http://localhost:5000) in your web browser and see something like the screenshots below.\n\n**Main page**:\n\n![all articles](https://github.com/xxlabaza/nodejs-markdown-blog/blob/master/.screenshots/screenshot-1.png?raw=true)\n\n**Read an article**:\n\n![view article](https://github.com/xxlabaza/nodejs-markdown-blog/blob/master/.screenshots/screenshot-2.png?raw=true)\n\n**Edit an article**:\n\n![edit article](https://github.com/xxlabaza/nodejs-markdown-blog/blob/master/.screenshots/screenshot-3.png?raw=true)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxxlabaza%2Fnodejs-markdown-blog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxxlabaza%2Fnodejs-markdown-blog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxxlabaza%2Fnodejs-markdown-blog/lists"}