{"id":18468214,"url":"https://github.com/edegan-furb/entra21-node","last_synced_at":"2026-04-04T22:34:00.227Z","repository":{"id":217537912,"uuid":"743668771","full_name":"edegan-furb/Entra21-Node","owner":"edegan-furb","description":"API using Firebase, focused on implementing CRUD operations for managing products, categories, entries, and exits. ","archived":false,"fork":false,"pushed_at":"2024-01-25T18:29:27.000Z","size":64,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-07T06:51:42.937Z","etag":null,"topics":["express","firebase","node"],"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/edegan-furb.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,"zenodo":null}},"created_at":"2024-01-15T18:21:20.000Z","updated_at":"2024-01-25T21:49:50.000Z","dependencies_parsed_at":"2025-05-06T16:44:08.805Z","dependency_job_id":"f6a1eb61-310c-4b31-9f64-9fa1893d2747","html_url":"https://github.com/edegan-furb/Entra21-Node","commit_stats":null,"previous_names":["edegan-furb/entra21-node"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/edegan-furb/Entra21-Node","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edegan-furb%2FEntra21-Node","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edegan-furb%2FEntra21-Node/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edegan-furb%2FEntra21-Node/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edegan-furb%2FEntra21-Node/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/edegan-furb","download_url":"https://codeload.github.com/edegan-furb/Entra21-Node/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edegan-furb%2FEntra21-Node/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31416776,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T20:09:54.854Z","status":"ssl_error","status_checked_at":"2026-04-04T20:09:44.350Z","response_time":60,"last_error":"SSL_read: 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":["express","firebase","node"],"created_at":"2024-11-06T10:05:25.322Z","updated_at":"2026-04-04T22:34:00.218Z","avatar_url":"https://github.com/edegan-furb.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Entra21-Node\n \u003c/p\u003e\n  \u003cp\u003e\n  \u003ca href=\"https://github.com/edegan-furb/Entra21-Node/graphs/contributors\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/contributors/edegan-furb/Entra21-Node\" alt=\"contributors\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/last-commit/edegan-furb/Entra21-Node\" alt=\"last update\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/edegan-furb/Entra21-Node/network/members\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/forks/edegan-furb/Entra21-Node\" alt=\"forks\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://github.com/edegan-furb/Entra21-Node/stargazers\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/stars/edegan-furb/Entra21-Node\" alt=\"stars\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\u003ctable\u003e\n\u003ctr\u003e\n\u003ctd\u003e\nThis project involves developing an API using Firebase, focused on implementing CRUD (Create, Read, Update, Delete) operations for managing products, categories, entries, and exits. \nThe aim is to create a system that allows for data manipulation and retrieval. The project will leverage Firebase's capabilities.\n\u003c/td\u003e\n\u003c/tr\u003e\n\u003c/table\u003e\n\n## How To Use\n\nTo clone and run this application, you'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com)) installed on your computer. From your command line:\n\n```bash\n# Clone this repository\n$ git clone https://github.com/edegan-furb/Entra21-Node.git\n\n# Go into the repository\n$ cd Entra21-Node\n\n# Install dependencies\n$ npm install\n\n# Run the app\n$ node app.js\n```\n\n\u003e **Note**\n\u003e If you're using Linux Bash for Windows, [see this guide](https://www.howtogeek.com/261575/how-to-run-graphical-linux-desktop-applications-from-windows-10s-bash-shell/) or use `node` from the command prompt.\n\n## Built with \n\n- [Cloud-Firestore](https://firebase.google.com/docs/firestore) - Flexible, scalable database.\n- [Node](https://nodejs.org/en) -  JavaScript runtime environment.\n- [Express](https://expressjs.com/) -  Framework that provides a robust set of features.\n- [JavaScript](https://www.w3schools.com/js/) - Programming language.\n\n## Acknowledgments\n\n* [Eduardo](https://github.com/edegan-furb)\n\n\u003cp align=\"right\"\u003e(\u003ca href=\"#readme-top\"\u003eback to top\u003c/a\u003e)\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedegan-furb%2Fentra21-node","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fedegan-furb%2Fentra21-node","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedegan-furb%2Fentra21-node/lists"}