{"id":18614747,"url":"https://github.com/andrewjbateman/angular-crud-operations","last_synced_at":"2026-03-16T22:04:02.491Z","repository":{"id":38020309,"uuid":"257342379","full_name":"AndrewJBateman/angular-crud-operations","owner":"AndrewJBateman","description":":clipboard: Angular app to store fast-food orders in a Firebase database. They are then retrieved and shown in a table on-screen","archived":false,"fork":false,"pushed_at":"2024-05-14T19:52:00.000Z","size":3112,"stargazers_count":3,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-19T16:42:15.003Z","etag":null,"topics":["angular","angular16","crud","crud-operations","firebase","firebase-database","firebase10","firestore","material","materialize-css","rxjs","rxjs7"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/AndrewJBateman.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-04-20T16:35:44.000Z","updated_at":"2024-05-14T19:52:04.000Z","dependencies_parsed_at":"2024-05-15T13:01:21.606Z","dependency_job_id":"aaa1dd7c-356c-4d9b-9d28-9e993c415dfe","html_url":"https://github.com/AndrewJBateman/angular-crud-operations","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/AndrewJBateman%2Fangular-crud-operations","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fangular-crud-operations/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fangular-crud-operations/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fangular-crud-operations/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AndrewJBateman","download_url":"https://codeload.github.com/AndrewJBateman/angular-crud-operations/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243311382,"owners_count":20270962,"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":["angular","angular16","crud","crud-operations","firebase","firebase-database","firebase10","firestore","material","materialize-css","rxjs","rxjs7"],"created_at":"2024-11-07T03:26:47.324Z","updated_at":"2025-12-28T22:36:04.219Z","avatar_url":"https://github.com/AndrewJBateman.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# :zap: Angular Firebase CRUD\n\n* Angular app to store fast-food orders in a Firebase database. They are then retrieved and shown in a table on-screen\n* **Note:** to open web links in a new window use: _ctrl+click on link_\n\n![GitHub repo size](https://img.shields.io/github/repo-size/AndrewJBateman/angular-crud-operations?style=plastic)\n![GitHub pull requests](https://img.shields.io/github/issues-pr/AndrewJBateman/angular-crud-operations?style=plastic)\n![GitHub Repo stars](https://img.shields.io/github/stars/AndrewJBateman/angular-crud-operations?style=plastic)\n![GitHub last commit](https://img.shields.io/github/last-commit/AndrewJBateman/angular-crud-operations?style=plastic)\n\n## :books: General info\n\n* Firebase backend stores customer name and number and what they ordered.\n\n## :camera: Screenshots\n\n* ![Example screenshot](./img/checkout.png)\n\n## :signal_strength: Technologies\n\n* [Angular v16](https://angular.io/) javascript framework\n* [Angular Material Icons](https://material.io/resources/icons/?style=baseline)\n* [Materialize v1](https://materializecss.com/) front-end framework based on Material Design\n* [firebase v10](https://firebase.google.com/)\n\n## :floppy_disk: Setup\n\n* Install dependencies using `npm i`\n* Add firebase credentials to `environment.ts` files\n* Make sure [Firestore Database rules](https://firebase.google.com/docs/firestore/security/get-started) will allow user access\n* Run `ng serve` to get a server at `http://localhost:4200/`\n* If required, run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.\n\n## :computer: Code Examples\n\n* onSubmit function to get order data from form to createOrder function\n\n```typescript\nonSubmit() {\n    this.ordersService.form.value.order = this.order;\n    let data = this.ordersService.form.value;\n    console.log('data: ', data); // {CustomerName: Edward, orderNumber: 3, order: [\"burger\", \"fries\"]}\n\n    this.ordersService.createOrder(data).then((res) =\u003e {\n      console.log(\"fast food order created\");\n    });\n  }\n```\n\n## :cool: Features\n\n* working Firebase backend Database storage of customer orders\n\n## :clipboard: Status \u0026 To-Do List\n\n* Status: Working\n* To-Do:  Improve: add quantity of items, clear form after use\n\n## :clap: Inspiration\n\n* [Dayana Jabif of Angular Templates: Angular CRUD with Firebase](https://angular-templates.io/tutorials/about/angular-crud-with-firebase)\n\n## :file_folder: License\n\n* This project is licensed under the terms of the MIT license.\n\n## :envelope: Contact\n\n* Repo created by [ABateman](https://github.com/AndrewJBateman), email: `gomezbateman@gmail.com`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewjbateman%2Fangular-crud-operations","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrewjbateman%2Fangular-crud-operations","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewjbateman%2Fangular-crud-operations/lists"}