{"id":21651642,"url":"https://github.com/vithalreddy/blogs-microservice","last_synced_at":"2026-04-08T16:31:59.635Z","repository":{"id":35922311,"uuid":"166858759","full_name":"vithalreddy/blogs-microservice","owner":"vithalreddy","description":"Blog Microservice Using Express, Sequelize, Docker, Docker Compose, Postgres, Nginx","archived":false,"fork":false,"pushed_at":"2022-12-10T04:53:11.000Z","size":2059,"stargazers_count":2,"open_issues_count":33,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-20T03:59:48.704Z","etag":null,"topics":["expressjs","microservice","microservices-architecture","nginx","nodejs","postgresql","travis-ci"],"latest_commit_sha":null,"homepage":"","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/vithalreddy.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}},"created_at":"2019-01-21T18:12:15.000Z","updated_at":"2023-03-08T03:17:12.000Z","dependencies_parsed_at":"2023-01-16T09:15:19.551Z","dependency_job_id":null,"html_url":"https://github.com/vithalreddy/blogs-microservice","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vithalreddy/blogs-microservice","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vithalreddy%2Fblogs-microservice","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vithalreddy%2Fblogs-microservice/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vithalreddy%2Fblogs-microservice/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vithalreddy%2Fblogs-microservice/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vithalreddy","download_url":"https://codeload.github.com/vithalreddy/blogs-microservice/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vithalreddy%2Fblogs-microservice/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31564890,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["expressjs","microservice","microservices-architecture","nginx","nodejs","postgresql","travis-ci"],"created_at":"2024-11-25T07:49:05.779Z","updated_at":"2026-04-08T16:31:59.609Z","avatar_url":"https://github.com/vithalreddy.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NodeJS RESTful API Microservice Example For Blog\n\n[![Build Status](https://secure.travis-ci.org/vithalreddy/blogs-microservice.png?branch=master)](https://travis-ci.org/vithalreddy/blogs-microservice)\n\nExample Node.js RESTful API microservice for an Blog with unit tests, code style checking and good test coverage. The microservice exposes REST APIs which are documented using Swagger.\n\n## Requirements\n\n- [NodeJS](https://nodejs.org/en/download \"NodeJS\")\n- [Postgresql](https://www.postgresql.org/download \"Postgresql\")\n\n## Build for local development\n\nYou have to use the following command to start a development server:\n\n```sh\nnpm install\nnpm run dev\n```\n\nSee `package.json` for more details.\n\n## Build for production environments\n\n```sh\nnpm install --production\nnpm start\n```\n\nSee `package.json` for more details.\n\n## Tests\n\nFollowing tests libraries are used for unit/integration tests:\n\nTests are kept next to source with following pattern \\*.spec.js\n\nUse following command to run tests in each micorservice directories:\n\n```sh\nnpm test\n```\n\nUse following command to run tests coverage in each micorservice directories:\n\n```sh\nnpm run coverage\n```\n\nUse following command to Generate and Open Documenation in Browser in each micorservice directories:\n\nmake sure microservice is running to test docs, interactively\n\n```sh\nnpm run docs\n```\n\n## Docker Compose\n\nUse following command to setup microserives and deploy:\n\n```sh\ndocker-compose up -d --build\n```\n\nSee `Dockerfile` in Microservice directories and `docker-compose.yml` for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvithalreddy%2Fblogs-microservice","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvithalreddy%2Fblogs-microservice","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvithalreddy%2Fblogs-microservice/lists"}