{"id":19755644,"url":"https://github.com/jonatandb/nodejs-rest-api-mongo-fastify-fazt","last_synced_at":"2026-04-09T12:41:32.916Z","repository":{"id":82442792,"uuid":"476931632","full_name":"Jonatandb/NodeJS-REST-API-Mongo-Fastify-Fazt","owner":"Jonatandb","description":"Fastify \u0026 Mongodb REST API CRUD - Fazt","archived":false,"fork":false,"pushed_at":"2022-04-02T14:50:36.000Z","size":51,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-28T09:09:56.138Z","etag":null,"topics":["api","fastify","jonatandb","mongodb","nodejs","openapi","rest","swagger"],"latest_commit_sha":null,"homepage":"https://www.youtube.com/watch?v=DhjkdfeSzXY\u0026ab_channel=FaztCode","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/Jonatandb.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-04-02T03:00:40.000Z","updated_at":"2022-04-02T03:53:45.000Z","dependencies_parsed_at":"2023-06-15T17:30:56.365Z","dependency_job_id":null,"html_url":"https://github.com/Jonatandb/NodeJS-REST-API-Mongo-Fastify-Fazt","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Jonatandb/NodeJS-REST-API-Mongo-Fastify-Fazt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jonatandb%2FNodeJS-REST-API-Mongo-Fastify-Fazt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jonatandb%2FNodeJS-REST-API-Mongo-Fastify-Fazt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jonatandb%2FNodeJS-REST-API-Mongo-Fastify-Fazt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jonatandb%2FNodeJS-REST-API-Mongo-Fastify-Fazt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jonatandb","download_url":"https://codeload.github.com/Jonatandb/NodeJS-REST-API-Mongo-Fastify-Fazt/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jonatandb%2FNodeJS-REST-API-Mongo-Fastify-Fazt/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261582674,"owners_count":23180634,"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","fastify","jonatandb","mongodb","nodejs","openapi","rest","swagger"],"created_at":"2024-11-12T03:12:42.351Z","updated_at":"2025-12-30T22:25:38.690Z","avatar_url":"https://github.com/Jonatandb.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## REST API de prueba con NodeJS, Fastify, MongoDB, and Swagger\n\n---\n\n1 - Crear y completar archivo `.env` (basarse en _.env.example_)\n\n2 - Ejecutar: `npm install`\n\n3 - Ejecutar: `npm run dev`\n\n4 - Acceder a: `http://localhost:PORT/` (_PORT_ especificado en _.env_)\n\n- Se require una conexión con Mongodb\n\n---\n\nPendientes:\n\n- Schemas / Swagger (endpoints parameters)\n\n---\n\nSitios investigados:\n\n- https://www.fastify.io/docs/latest/Reference/Validation-and-Serialization/\n- https://github.com/fastify/fastify-swagger#readme\n- https://github.com/OAI/OpenAPI-Specification/blob/main/versions/2.0.md\n- https://blog.devgenius.io/server-side-development-with-fastify-async-and-await-and-route-prefixes-d5704eb5206\n- https://jaywolfe.dev/rapidly-build-a-nodejs-rest-api-with-fastify-postgresql-and-swagger-documentation/\n- https://github.com/fastify/example\n- https://github.com/fastify/fastify\n- https://stackoverflow.com/questions/70478820/unable-to-deploy-nodejs-fastify-app-in-azure-app-service-linux\n- https://dev.to/ruanmartinelli/how-to-use-schemas-on-fastify-for-fun-and-profit-25e9\n- https://dev.to/eomm/why-should-i-prefer-fastify-to-expressjs-44c4\n- https://www.fastify.io/docs/latest/Reference/Routes/#route-prefixing\n- https://github.com/useaurora/api/blob/main/app.js\n- https://github.com/fastify/fastify-autoload\n- https://dev.to/itsrennyman/how-i-structure-my-fastify-application-1j93\n- https://dev.to/thomasbnt/perspective-api-20al\n- https://dev.to/thomasbnt/create-a-fastify-server-23lg\n- https://dev.to/hypeddev/es-modules-in-fastify-349f\n- https://github.com/fastify/fastify-express\n- https://json-schema.org/learn/getting-started-step-by-step\n- https://dev.to/cristiandi/demo-api-using-fastify-48jo\n- https://dev.to/dailydevtips1/building-a-fastify-nodejs-server-296g\n- https://www.fastify.io/docs/latest/Guides/Plugins-Guide/\n- https://github.com/gquittet/graceful-server\n- https://github.com/fastify/fastify-sensible\n- https://github.com/fastify/fastify-nextjs\n- https://github.com/fastify/fastify-helmet\n- https://github.com/fastify/fastify-env\n- https://github.com/fastify/fastify-swagger\n- https://www.fastify.io/ecosystem/\n- https://www.fastify.io/docs/latest/Guides/Testing/\n- https://www.fastify.io/docs/v3.0.x/Routes/\n- https://www.fastify.io/docs/latest/Guides/Getting-Started/\n- https://www.fastify.io/\n- https://github.com/Huachao/vscode-restclient\n- https://stackoverflow.com/questions/69063074/rest-client-vscode-extention-is-not-sending-json-data\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonatandb%2Fnodejs-rest-api-mongo-fastify-fazt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonatandb%2Fnodejs-rest-api-mongo-fastify-fazt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonatandb%2Fnodejs-rest-api-mongo-fastify-fazt/lists"}