{"id":22741327,"url":"https://github.com/lucasbailo/memoteca-angular","last_synced_at":"2026-04-20T03:03:00.389Z","repository":{"id":267377663,"uuid":"899668893","full_name":"lucasbailo/memoteca-angular","owner":"lucasbailo","description":"Angular Project","archived":false,"fork":false,"pushed_at":"2024-12-16T18:31:56.000Z","size":21380,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-30T04:13:25.735Z","etag":null,"topics":["angular","angular-cli"],"latest_commit_sha":null,"homepage":"https://memoteca-angular-seven.vercel.app","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/lucasbailo.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":"2024-12-06T18:48:51.000Z","updated_at":"2024-12-16T18:32:01.000Z","dependencies_parsed_at":"2024-12-10T02:29:59.455Z","dependency_job_id":null,"html_url":"https://github.com/lucasbailo/memoteca-angular","commit_stats":null,"previous_names":["lucasbailo/memoteca-angular"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lucasbailo/memoteca-angular","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucasbailo%2Fmemoteca-angular","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucasbailo%2Fmemoteca-angular/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucasbailo%2Fmemoteca-angular/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucasbailo%2Fmemoteca-angular/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lucasbailo","download_url":"https://codeload.github.com/lucasbailo/memoteca-angular/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucasbailo%2Fmemoteca-angular/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32031070,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["angular","angular-cli"],"created_at":"2024-12-11T00:09:43.678Z","updated_at":"2026-04-20T03:03:00.373Z","avatar_url":"https://github.com/lucasbailo.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Welcome an Angular Project! 👋\n\n# Memoteca!\n\n## Test the project yourself: [Test the project here!!!](https://memoteca-angular-seven.vercel.app/listarPensamento)\n\n### HomePage\n\n\u003cimg src=\"./src/assets/ss/homepage.png\" alt=\"Home Page\" width=\"50%\"\u003e\n\n## Add thought\n\n\u003cimg src=\"./src/assets/ss/addPage.png\" alt=\"Add Page\" width=\"50%\"\u003e\n\n## Edit thought\n\n\u003cimg src=\"./src/assets/ss/editPage.png\" alt=\"Edit Page\" width=\"50%\"\u003e\n\n## Delete thought\n\n\u003cimg src=\"./src/assets/ss/deletePage.png\" alt=\"Crud image\" width=\"50%\"\u003e\n\n\n## Some code that I'm proud of\n```js\nexport class PensamentoService {\n\n  private readonly API = \"http://localhost:3000/pensamentos\"\n\n  constructor(private http: HttpClient) { }\n\n  listar(): Observable\u003cPensamento[]\u003e {\n    return this.http.get\u003cPensamento[]\u003e(this.API)\n  }\n\n  cadastrar(pensamento: Pensamento): Observable\u003cPensamento\u003e {\n    return this.http.post\u003cPensamento\u003e(this.API, pensamento)\n  }\n\n  editar(pensamento: Pensamento): Observable\u003cPensamento\u003e {\n    const url = `${this.API}/${pensamento.id}`\n    return this.http.put\u003cPensamento\u003e(url, pensamento)\n  }\n\n  excluir(id: number): Observable\u003cPensamento\u003e {\n    const url = `${this.API}/${id}`\n    return this.http.delete\u003cPensamento\u003e(url)\n  }\n\n  buscarPorId(id: number): Observable\u003cPensamento\u003e {\n    const url = `${this.API}/${id}`\n    return this.http.get\u003cPensamento\u003e(url)\n  }\n}\n```\n\n## Built with\n\n- [`Angular version 14.0.0`](https://www.npmjs.com/package/@angular/cli)\n- [`Json Server`](https://www.npmjs.com/package/json-server)\n\n## You Can\n- **C**reate a thought;\n- **R**ead the current database;\n- **U**pdate / edit thoughts;\n- **D**elete thoughts.\n\n## Author\n\n- Website - [My GitHub](https://github.com/lucasbailo)\n- Frontend Mentor - [@lucasbailo](https://www.frontendmentor.io/profile/lucasbailo)\n- Instagram - [@lucassbailo](https://www.instagram.com/lucassbailo/)\n- LinkedIn - [Lucas Bailo](https://www.linkedin.com/in/lcsbailo)\n\n\n# Memoteca\n\nThis project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 14.0.0.\n\n## Development server\n\nRun `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files.\n\n## Code scaffolding\n\nRun `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.\n\n## Build\n\nRun `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.\n\n## Running unit tests\n\nRun `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).\n\n## Running end-to-end tests\n\nRun `ng e2e` to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.\n\n## Further help\n\nTo get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucasbailo%2Fmemoteca-angular","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flucasbailo%2Fmemoteca-angular","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucasbailo%2Fmemoteca-angular/lists"}