{"id":21247704,"url":"https://github.com/jasterv/sentences-crud","last_synced_at":"2026-04-11T17:01:46.432Z","repository":{"id":112340673,"uuid":"388952504","full_name":"JasterV/sentences-crud","owner":"JasterV","description":"Nodejs CRUD app using Firebase \u0026 Firestore","archived":false,"fork":false,"pushed_at":"2022-10-16T17:39:20.000Z","size":1407,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-27T01:51:31.866Z","etag":null,"topics":["api-rest","crud","crud-application","crud-sample","ejs","firebase","firestore","heroku","herokuapp","nodejs","typescript"],"latest_commit_sha":null,"homepage":"https://sentences-crud.herokuapp.com/","language":"TypeScript","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/JasterV.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":"2021-07-23T23:37:55.000Z","updated_at":"2022-10-16T17:39:25.000Z","dependencies_parsed_at":"2023-05-03T08:04:31.967Z","dependency_job_id":null,"html_url":"https://github.com/JasterV/sentences-crud","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JasterV/sentences-crud","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JasterV%2Fsentences-crud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JasterV%2Fsentences-crud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JasterV%2Fsentences-crud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JasterV%2Fsentences-crud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JasterV","download_url":"https://codeload.github.com/JasterV/sentences-crud/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JasterV%2Fsentences-crud/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31687881,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T13:07:20.380Z","status":"ssl_error","status_checked_at":"2026-04-11T13:06:47.903Z","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":["api-rest","crud","crud-application","crud-sample","ejs","firebase","firestore","heroku","herokuapp","nodejs","typescript"],"created_at":"2024-11-21T02:42:51.237Z","updated_at":"2026-04-11T17:01:46.427Z","avatar_url":"https://github.com/JasterV.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ⚠️ This repo has been migrated ⚠️\n\nMainly for philosofic reasons I've decided to migrate all my projects to a free software alternative forge ([Codeberg](https://codeberg.org/)).\n\nYou can find the most recent version of this repository [here](https://codeberg.org/JasterV/sentences-crud).\n\nI encourage any free software activist to follow the same steps, as it doesn't make sense to make use of a propietary software to host our projects if we advocate for free software.\n\n\u003ch1 align=\"center\"\u003eSentences CRUD\u003c/h1\u003e\n\u003cp\u003e\n  \u003ca href=\"https://mit-license.org/\" target=\"_blank\"\u003e\n    \u003cimg alt=\"License: MIT\" src=\"https://img.shields.io/badge/License-MIT-yellow.svg\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003e Nodejs CRUD app using Firebase \u0026 Firestore\n\n## BUILD\n\n`npm run build`\n\n## RUN\n\n`npm run start`\n\n## DOCS\n\n### API Authentication\n\nTo make any request to the sentences or translation api you will need to provide\nan authorization header:\n\n`{ 'Authorization': 'Bearer \u003ctoken\u003e' }`\n\n### Sentences API\n\n- Endpoint: `https://sentences-crud.herokuapp.com/api/v1/sentences`\n\n- operations:\n-\n  - GET /?[lastId=string]\u0026[orderBy=string]\u0026[order='asc' | 'desc']\n-\n  - GET /:id\n-\n  - POST /:id { text: string, category: string }\n-\n  - PUT /:id { text?: string, category?: string }\n-\n  - DELETE /:id\n\n### Translation API\n\n- Endpoint: `https://sentences-crud.herokuapp.com/api/v1/translate`\n\n- operations:\n-\n  - POST / { sentence: string }\n\n### Sentences views\n\nYou can access the views on `https://sentences-crud.herokuapp.com`\n\nFrom this webpage you can perform any operation you can do with the sentences\nAPI\n\n## Author\n\n👤 **Victor Martinez**\n\n- Github: [@JasterV](https://github.com/JasterV)\n- LinkedIn: [@Victor Martinez](https://linkedin.com/in/victor-martinez-montane)\n\n## Show your support\n\nGive a ⭐️ if this project helped you!\n\n## 📝 License\n\nCopyright © 2021 [Victor Martinez](https://github.com/JasterV).\u003cbr /\u003e This\nproject is [MIT](https://mit-license.org/) licensed.\n\n---\n\n_This README was generated with ❤️ by\n[readme-md-generator](https://github.com/kefranabg/readme-md-generator)_\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjasterv%2Fsentences-crud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjasterv%2Fsentences-crud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjasterv%2Fsentences-crud/lists"}