{"id":15322817,"url":"https://github.com/msfidelis/micro-api","last_synced_at":"2025-06-10T09:33:12.645Z","repository":{"id":44221811,"uuid":"131169931","full_name":"msfidelis/micro-api","owner":"msfidelis","description":"Personal boilerplate to bootstrap simple applications and microservices :zap: :zap: :zap:","archived":false,"fork":false,"pushed_at":"2023-01-03T15:26:32.000Z","size":233,"stargazers_count":9,"open_issues_count":5,"forks_count":20,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-15T02:43:30.093Z","etag":null,"topics":["api","architecture","boilerplate","hapijs","microservice","nodejs","rest"],"latest_commit_sha":null,"homepage":"","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/msfidelis.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":"2018-04-26T14:44:08.000Z","updated_at":"2023-06-08T19:56:51.000Z","dependencies_parsed_at":"2023-02-01T07:01:30.180Z","dependency_job_id":null,"html_url":"https://github.com/msfidelis/micro-api","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/msfidelis%2Fmicro-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msfidelis%2Fmicro-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msfidelis%2Fmicro-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msfidelis%2Fmicro-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/msfidelis","download_url":"https://codeload.github.com/msfidelis/micro-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/msfidelis%2Fmicro-api/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259048272,"owners_count":22797693,"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":["api","architecture","boilerplate","hapijs","microservice","nodejs","rest"],"created_at":"2024-10-01T09:18:11.296Z","updated_at":"2025-06-10T09:33:12.601Z","avatar_url":"https://github.com/msfidelis.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e :zap: Micro API Boilerplate :zap: \u003c/h1\u003e\n\u003cp\u003e\n  \u003cimg src=\"https://img.shields.io/badge/version-0.0.1-blue.svg?cacheSeconds=2592000\" /\u003e\n  \u003ca href=\"https://twitter.com/fidelissauro\"\u003e\n    \u003cimg alt=\"Twitter: fidelissauro\" src=\"https://img.shields.io/twitter/follow/fidelissauro.svg?style=social\" target=\"_blank\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003e Personal boilerplate to bootstrap simple applications and microservices\n\n## Project Architecture \n\n```bash\n.\n├── configs             # Server configs\n│   ├── default.json\t# Environment variables file\n│   ├── plugins.js\t\t# HapiJS Plugins Config\n│   └── server.js\t\t# HapiJS Server Config\n├── index.js\t\t\t# Server Entrypoint\n├── libs\t\t\t\t# Libraries Folder\n├── modules\t\t\t\t# Modules / Feature Folder\n│   └── pets\t\t\t# Module name\n│       ├── models\t\t# Models of the context\n│       │   └── Pet.js\t# Model name\n│       ├── routes\t\t# Routes of context\n│       │   └── crud.js\t# Group of routes\n│       ├── services\t# Services of Context\n│       │   └── crud.js\t# Crud service example\n│       └── views\t\t# Views Folder\n└── test\t\t\t\t# Tests folder\n    └── unit\t\t\t# Unit Tests\n        └── libs\t\t# Library Tests\n            └── system.test.js\n```\n\n## Development Environment \n\n```bash\nnpm run dev\n```\n\n## Production Mode\n\n```bash\nnpm start\n```\n\n## Running Tests\n\n```bash\nnpm run unit-test\n```\n\n## Author\n\n👤 **Matheus Fidelis**\n\n* Twitter: [@fidelissauro](https://twitter.com/fidelissauro)\n* Github: [@msfidelis](https://github.com/msfidelis)\n\n## 🤝 Contributing\n\nContributions, issues and feature requests are welcome!\u003cbr /\u003eFeel free to check [issues page](/issues).\n\n## Show your support\n\nGive a ⭐️ if this project helped you!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmsfidelis%2Fmicro-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmsfidelis%2Fmicro-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmsfidelis%2Fmicro-api/lists"}