{"id":21753849,"url":"https://github.com/melardev/angularfirebasedbcrud","last_synced_at":"2025-04-13T09:06:17.250Z","repository":{"id":38731595,"uuid":"195409755","full_name":"melardev/AngularFirebaseDbCrud","owner":"melardev","description":"Angular Crud Application that uses Firebase Realtime Database","archived":false,"fork":false,"pushed_at":"2023-01-07T07:30:52.000Z","size":2773,"stargazers_count":4,"open_issues_count":26,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-03-04T15:53:18.695Z","etag":null,"topics":["angular","crud","database","firebase","javascript","node","nodejs","realtime-database","typescript"],"latest_commit_sha":null,"homepage":"http://melardev.com","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/melardev.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}},"created_at":"2019-07-05T12:58:29.000Z","updated_at":"2021-06-11T01:17:45.000Z","dependencies_parsed_at":"2022-09-13T03:34:27.178Z","dependency_job_id":null,"html_url":"https://github.com/melardev/AngularFirebaseDbCrud","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melardev%2FAngularFirebaseDbCrud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melardev%2FAngularFirebaseDbCrud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melardev%2FAngularFirebaseDbCrud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melardev%2FAngularFirebaseDbCrud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/melardev","download_url":"https://codeload.github.com/melardev/AngularFirebaseDbCrud/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226470599,"owners_count":17630332,"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","crud","database","firebase","javascript","node","nodejs","realtime-database","typescript"],"created_at":"2024-11-26T09:11:54.658Z","updated_at":"2024-11-26T09:11:55.314Z","avatar_url":"https://github.com/melardev.png","language":"TypeScript","readme":"# Table of Contents\n- [Table of Contents](#Table-of-Contents)\n- [Introduction](#Introduction)\n  - [Steps](#Steps)\n- [Full-stack Applications](#Full-stack-Applications)\n  - [Simple Crud](#Simple-Crud)\n    - [Server side implementations](#Server-side-implementations)\n      - [Microservices](#Microservices)\n    - [Client side implementations](#Client-side-implementations)\n      - [The next come are](#The-next-come-are)\n  - [Crud + Pagination](#Crud--Pagination)\n    - [Server side implementations](#Server-side-implementations-1)\n      - [MicroServices](#MicroServices)\n      - [The next come are](#The-next-come-are-1)\n    - [Client side implementations](#Client-side-implementations-1)\n      - [The next come are](#The-next-come-are-2)\n  - [Auth Jwt + Crud](#Auth-Jwt--Crud)\n    - [Server side implementations](#Server-side-implementations-2)\n  - [Auth Jwt + Crud + Pagination](#Auth-Jwt--Crud--Pagination)\n    - [Server side implementations](#Server-side-implementations-3)\n    - [Client side implementations](#Client-side-implementations-2)\n  - [E-commerce](#E-commerce)\n    - [Server side implementations](#Server-side-implementations-4)\n    - [Client side implementations](#Client-side-implementations-3)\n  - [Blog/CMS](#BlogCMS)\n    - [Server side implementations](#Server-side-implementations-5)\n    - [Client side](#Client-side)\n      - [The next come are](#The-next-come-are-3)\n- [Social media links](#Social-media-links)\n    \n\n# Introduction\nAngular + Firebase CRUD. Before launching the app make sure to change the environment.ts file with your\nfirebase console info, otherwise the app will not work. Once you did that:\u003cbr\u003e\n`npm install`\nthen start the server with\u003cbr\u003e\n`ng server`\n\n# Full-stack Applications\n## Simple Crud\n### Server side implementations\n- [Python Django + Rest Framework](https://github.com/melardev/DjangoRestFrameworkCrud)\n- [Python Django](https://github.com/melardev/DjanogApiCrud)\n- [Python Flask](https://github.com/melardev/FlaskApiCrud)\n- [Asp.Net Core](https://github.com/melardev/AspNetCoreApiCrud)\n- [Asp.Net Core + MediatR](https://github.com/melardev/AspNetCoreApiCrudMediatR)\n- [Asp.Net Core + NHibernate](https://github.com/melardev/.NetCoreApiNHibernateCrud)\n- [Asp.Net Core + ADO.Net](https://github.com/melardev/.NetCoreApiADO.NetCrud)\n- [Asp.Net Core + Dapper](https://github.com/melardev/.NetCoreApiDapperCrud)\n- [Asp.Net Web Api 2](https://github.com/melardev/AspNetWebApiCrud)\n- [Asp.Net Web Api 2 + NHibernate](https://github.com/melardev/.NetWebApiNHibernateCrud)\n- [Asp.Net Web Api 2 + ADO.Net](https://github.com/melardev/.NetWebApiADO.NetCrud)\n- [Asp.Net Web Api 2 + Autofac](https://github.com/melardev/.NetWebApiAutofac)\n- [Asp.Net Web Api 2 + Dapper](https://github.com/melardev/.NetWebApiDapperCrud)\n- [Laravel](https://github.com/melardev/LaravelApiCrud)\n- [Ruby On Rails](https://github.com/melardev/RailsApiCrud)\n- [Ruby On Rails + JBuilder](https://github.com/melardev/RailsApiJBuilderCrud)\n- [Spring Boot + JPA](https://github.com/melardev/Java_SpringBootApiJpaCrud)\n- [Spring Boot + Spring Data JPA](https://github.com/melardev/SpringBootApiJpaCrud)\n- [Spring Boot + Spring Data MonoDb](https://github.com/melardev/JavaSpringBootApiMongoCrud)\n- [Java Spring Boot Web + Spring MyBatis](https://github.com/melardev/Java_SpringBootApi_myBatisCrud)\n- [Spring Boot + Reactive Spring Data MonoDb + Basic Auth](https://github.com/melardev/JavaSpringBootRxApiRxMongoRxHttpBasicCrud)\n- [Kotlin Spring Boot + Reactive Spring Data MonoDb + Basic Auth](https://github.com/melardev/KotlinSpringBootRxApiRxMongoRxHttpBasicCrud)\n- [Kotlin Spring Boot + Spring Data MonoDb](https://github.com/melardev/KotlinSpringBootApiMongoCrud)\n- [Kotlin Spring Boot + Spring Data JPA](https://github.com/melardev/KotlinSpringBootApiJpaCrud)\n- [Spring Boot + JAX-RS(Jersey) + Spring Data JPA](https://github.com/melardev/SpringBootApiJerseySpringDataCrud)\n- [Spring Boot Reactive + MongoDB Reactive](https://github.com/melardev/SpringBootApiReactiveMongoCrud)\n- [Kotlin Spring Boot Reactive + MongoDB Reactive](https://github.com/melardev/KotlinSpringBootRxApiRxMongoCrud)\n- [Java Spring Boot Web Reactive + Spring Data](https://github.com/melardev/JavaSpringBootApiRxHybridCrud)\n- [Kotlin Spring Boot Web Reactive + Spring Data](https://github.com/melardev/KotlinSpringBootApiRxHybridCrud)\n- [Go + GORM](https://github.com/melardev/GoGormApiCrud)\n- [Elixir Phoenix + Ecto](https://github.com/melardev/Elixir_Phoenix_Ecto_Crud)\n- [Go + GinGonic + GORM](https://github.com/melardev/GoGinGonicApiGormCrud)\n- [Go + Gorilla + GORM](https://github.com/melardev/GoMuxGormApiCrud)\n- [Go + Beego(Web and ORM)](https://github.com/melardev/GoBeegoApiCrud)\n- [Go + Beego + GORM](https://github.com/melardev/GoBeegoGormApiCrud)\n- [Express.JS + Sequelize ORM](https://github.com/melardev/ExpressSequelizeApiCrud)\n- [Express.JS + BookShelf ORM](https://github.com/melardev/ExpressBookshelfApiCrud)\n- [Express.JS + Mongoose](https://github.com/melardev/ExpressMongooseApiCrud)\n\n#### Microservices\n- [Java Spring Boot Zuul + Rest](https://github.com/melardev/JavaSpringBootZuulRestApiCrud)\n- [Kotlin Spring Boot Zuul + Rest](https://github.com/melardev/KotlinSpringBootZuulRestApiCrud)\n- [Java Spring Cloud Eureka + Gateway + EurekaClient Proxy + Rest](https://github.com/melardev/Java_SpringCloud_Eureka_Gateway_EurekaProxy_RestCrud)\n- [Java Spring Cloud Eureka + Gateway + LoadBalancedRest Proxy + Rest](https://github.com/melardev/Java_SpringCloud_Eureka_Gateway_LBRestProxy_RestCrud)\n- [Java Spring Cloud Eureka + Gateway + Cloud Stream RabbitMQ + Admin + Rest](https://github.com/melardev/Java_SpringCloud_Eureka_Gateway_CloudStreamRabbitMQ_Admin_RestCrud)\n- [Java Spring Cloud Eureka + Gateway + Config + Rest Swagger](https://github.com/melardev/Java_SpringCloud_Eureka_Gateway_Config_RestSwaggerCrud)\n- [Java Spring Cloud Eureka + Gateway + Admin + Cloud Stream RabbitMQ + RxProxy + RxRest](https://github.com/melardev/Java_SpringCloud_Eureka_Gateway_Admin_CloudStreamRabbitMQ_RxProxy_RxRestCrud)\n- [Java Spring Cloud Eureka + Gateway + Webflux + RxMongoDB + Rx Proxy with WebClient](https://github.com/melardev/Java_SpringCloud_Eureka_Gateway_RxWeb_RxMongoDb_RxProxy)\n- [Java Spring Cloud Eureka + Zuul + Config + Kafka + Rest](https://github.com/melardev/Java_SpringCloud_Eureka_Zuul_Config_Kafka_RestCrud)\n- [Java Spring Cloud Eureka + Zuul + Config + Hystrix + Turbine + Feign + Rest](https://github.com/melardev/Java_SpringCloud_Eureka_Zuul_Config_Hystrix_Turbine_Feign_RestCrud)\n- [Java Spring Cloud Eureka + Zuul + Feign + Sleuth + Zipkin + Rest](https://github.com/melardev/Java_SpringCloud_Eureka_Zuul_Feign_Sleuth_Zipkin_RestCrud)\n- [Java Spring Cloud Eureka + Zuul + Admin + Rest](https://github.com/melardev/Java_SpringCloud_Eureka_Zuul_Admin_RestCrud)\n- [Java Spring Cloud Eureka + Gateway + Config + Cloud Bus RabbitMQ + Rest](https://github.com/melardev/Java_SpringCloud_Eureka_Gateway_Config_CloudBusRabbitMQ_RestCrud)\n- [Java Spring Cloud Eureka + Zuul + Rest + LoadBalancer Proxy](https://github.com/melardev/Java_SpringCloud_Eureka_Zuul_LoadBalancerProxy_RestCrud)\n- [Java Spring Cloud Eureka + Config Server + Zuul + Kafka + Discovery Client Proxy + Rest](https://github.com/melardev/Java_SpringCloud_Eureka_Zuul_Config_Kafka_ProxyDiscovery_RestCrud)\n\n### Client side implementations\n- [React](https://github.com/melardev/ReactCrudAsync)\n- [React + Redux](https://github.com/melardev/ReactReduxAsyncCrud)\n- [Angular](https://github.com/melardev/AngularApiCrud)\n- [Angular + NgRx + NgRx Effects](https://github.com/melardev/Angular_NgRx_NgRxEffects_Crud)\n- [Vue](https://github.com/melardev/VueAsyncCrud)\n- [Vue + Vuex](https://github.com/melardev/VueVuexAsyncCrud)\n- [AngularJS](https://github.com/melardev/AngularJSApiCrud)\n- [Angular + Firebase](https://github.com/melardev/AngularFirebaseDbCrud) Does not require a server on your side.\n#### The next come are\n\n- Angular + Material\n- React + Material\n- React + Redux + Material\n- Vue + Material\n- Vue + Vuex + Material\n- Ember\n- Vanilla javascript\n\n## Crud + Pagination\n### Server side implementations\n- [AspNet Core](https://github.com/melardev/AspNetCoreApiPaginatedCrud)\n- [Asp.Net Core + NHibernate](https://github.com/melardev/.NetCoreApiNHibernateCrudPagination)\n- [Asp.Net Core + MediatR](https://github.com/melardev/AspNetCoreApiPaginatedCrudMediatR)\n- [Asp.Net Core + ADO.Net](https://github.com/melardev/.NetCoreApiADO.NetCrudPagination)\n- [Asp.Net Core + Dapper](https://github.com/melardev/.NetCoreApiDapperCrudPagignation)\n- [Asp.Net Web Api 2](https://github.com/melardev/WebApiPaginatedAsyncCrud)\n- [Asp.Net Web Api 2 + NHibernate](https://github.com/melardev/.NetWebApiNHibernateCrudPagination)\n- [Asp.Net Web Api 2 + ADO.Net](https://github.com/melardev/.NetWebApiADO.NetCrudPagination)\n- [Asp.Net Web Api 2 + Autofac](https://github.com/melardev/.NetWebApiAutofacPagination)\n- [Asp.Net Web Api 2 + Dapper](https://github.com/melardev/.NetWebApiDapperCrudPagination)\n- [Spring Boot + Spring Data + Jersey](https://github.com/melardev/SpringBootJerseyApiPaginatedCrud)\n- [Spring Boot + Spring Data](https://github.com/melardev/SpringBootApiJpaPaginatedCrud)\n- [Spring Boot + Spring Data MonoDb](https://github.com/melardev/JavaSpringBootApiMongoCrudPagination)\n- [Kotlin Spring Boot + Spring Data MonoDb](https://github.com/melardev/KotlinSpringBootApiMongoCrudPagination)\n- [Spring Boot Reactive + Spring Data Reactive](https://github.com/melardev/ApiCrudReactiveMongo)\n- [Java Spring Boot Web Reactive + Spring Data](https://github.com/melardev/JavaSpringBootApiRxHybridCrudPagination)\n- [Kotlin Spring Boot Reactive + MongoDB Reactive](https://github.com/melardev/KotlinSpringBootRxApiRxMongoCrudPagination)\n- [Kotlin Spring Boot Web Reactive + Spring Data](https://github.com/melardev/KotlinSpringBootApiRxHybridCrudPagination)\n- [Spring Boot + Reactive Spring Data MonoDb + Basic Auth](https://github.com/melardev/JavaSpringBootRxApiRxMongoRxHttpBasicCrudPagination)\n- [Kotlin Spring Boot + Reactive Spring Data MonoDb + Basic Auth](https://github.com/melardev/KotlinSpringBootRxApiRxMongoRxHttpBasicCrudPagination)\n- [Go + GORM](https://github.com/melardev/GoGormApiCrudPagination)\n- [Go + Gin Gonic + GORM](https://github.com/melardev/GoGinGonicApiPaginatedCrud)\n- [Go + Gorilla + GORM](https://github.com/melardev/GoMuxGormApiCrudPagination)\n- [Go + Beego(Web and ORM)](https://github.com/melardev/GoBeegoApiCrudPagination)\n- [Go + Beego(Web) + GORM)](https://github.com/melardev/GoBeegoGormApiCrudPagination)\n- [Laravel](https://github.com/melardev/LaravelApiPaginatedCrud)\n- [Rails + JBuilder](https://github.com/melardev/RailsJBuilderApiPaginatedCrud)\n- [Rails](https://github.com/melardev/RailsApiPaginatedCrud)\n- [NodeJs Express + Sequelize](https://github.com/melardev/ExpressSequelizeApiPaginatedCrud)\n- [NodeJs Express + Bookshelf](https://github.com/melardev/ExpressBookshelfApiPaginatedCrud)\n- [NodeJs Express + Mongoose](https://github.com/melardev/ExpressApiMongoosePaginatedCrud)\n- [Python Django](https://github.com/melardev/DjangoApiCrudPaginated)\n- [Python Django + Rest Framework](https://github.com/melardev/DjangoRestFrameworkPaginatedCrud)\n- [Python Flask](https://github.com/melardev/FlaskApiPaginatedCrud)\n\n\n#### MicroServices\n- [Java Spring Boot Zuul + Rest](https://github.com/melardev/JavaSpringBootZuulRestApiPaginatedCrud)\n- [Kotlin Spring Boot Zuul + Rest](https://github.com/melardev/KotlinSpringBootZuulRestApiPaginatedCrud)\n\n#### The next come are\n- NodeJs Express + Knex\n- Flask + Flask-Restful\n- Laravel + Fractal\n- Laravel + ApiResources\n- Go with Mux\n- AspNet Web Api 2\n- Jersey\n- Elixir\n\n### Client side implementations\n- [Angular](https://github.com/melardev/AngularPaginatedAsyncCrud)\n- [React-Redux](https://github.com/melardev/ReactReduxPaginatedAsyncCrud)\n- [React](https://github.com/melardev/ReactAsyncPaginatedCrud)\n- [Vue + Vuex](https://github.com/melardev/VueVuexPaginatedAsyncCrud)\n- [Vue](https://github.com/melardev/VuePaginatedAsyncCrud)\n- [AngularJS](https://github.com/melardev/AngularJSApiCrudPagination)\n\n#### The next come are\n- Angular NgRx-Store\n- Angular + Material\n- React + Material\n- React + Redux + Material\n- Vue + Material\n- Vue + Vuex + Material\n- Ember\n- Vanilla javascript\n\n\n## Auth Jwt + Crud\n### Server side implementations\n- [Spring Boot](https://github.com/melardev/JavaSpringBootAuth0JwtCrud)\n- [Spring Boot + OAuth with JWT](https://github.com/melardev/JavaSpringBootOAuth2JwtCrud)\n- [Spring Boot + OAuth with JWT Separate Servers](https://github.com/melardev/JavaSpringBootOAuth2AsymmetricJwt_Separate_Crud)\n- [Java Spring Cloud Eureka + Zuul + Config + Kafka + OAuth2 Jwt + Proxy with DiscoveryClient + Rest Crud](https://github.com/melardev/Java_SpringCloud_Eureka_Zuul_Config_Kafka_OAuth2Jwt_ProxyDiscovery_RestCrud)\n- [Java Spring Cloud Eureka + Zuul + OAuth2 Jwt + Rest Crud](https://github.com/melardev/Java_SpringCloud_Eureka_Zuul_OAuth2Jwt_RestCrud)\n- [Elixir Phoenix + Ecto](https://github.com/melardev/Elixir_Phoenix_Ecto_AuthJwt_Crud)\n## Auth Jwt + Crud + Pagination\n### Server side implementations\n- [Spring Boot](https://github.com/melardev/JavaSpringBootJwtCrudPagination)\n- [Spring Boot + OAuth with JWT](https://github.com/melardev/JavaSpringBootOAuth2JwtCrudPagination)\n- [Spring Boot + OAuth with JWT Asymmetric Crypto](https://github.com/melardev/JavaSpringBootOAuth2AsymmetricJwtCrudPagination)\n\n### Client side implementations\n\n\n## E-commerce\n### Server side implementations\n- [Spring Boot + Spring Data Hibernate](https://github.com/melardev/SBootApiEcomMVCHibernate)\n- [Spring Boot + JAX-RS Jersey + Spring Data Hibernate](https://github.com/melardev/SpringBootEcommerceApiJersey)\n- [Node Js + Sequelize](https://github.com/melardev/ApiEcomSequelizeExpress)\n- [Node Js + Bookshelf](https://github.com/melardev/ApiEcomBookshelfExpress)\n- [Node Js + Mongoose](https://github.com/melardev/ApiEcomMongooseExpress)\n- [Python Django](https://github.com/melardev/DjangoRestShopApy)\n- [Flask](https://github.com/melardev/FlaskApiEcommerce)\n- [Golang go gonic](https://github.com/melardev/api_shop_gonic)\n- [Ruby on Rails](https://github.com/melardev/RailsApiEcommerce)\n- [AspNet Core](https://github.com/melardev/ApiAspCoreEcommerce)\n- [Laravel](https://github.com/melardev/ApiEcommerceLaravel)\n\nThe next to come are:\n- Spring Boot + Spring Data Hibernate + Kotlin\n- Spring Boot + Jax-RS Jersey + Hibernate + Kotlin\n- Spring Boot + mybatis\n- Spring Boot + mybatis + Kotlin\n- Asp.Net Web Api v2\n- Elixir\n- Golang + Beego\n- Golang + Iris\n- Golang + Echo\n- Golang + Mux\n- Golang + Revel\n- Golang + Kit\n- Flask + Flask-Restful\n- AspNetCore + NHibernate\n- AspNetCore + Dapper\n\n### Client side implementations\nThis client side E-commerce application is also implemented using other client side technologies:\n- [React Redux](https://github.com/melardev/ReactReduxEcommerceRestApi)\n- [React](https://github.com/melardev/ReactEcommerceRestApi)\n- [Vue](https://github.com/melardev/VueEcommerceRestApi)\n- [Vue + Vuex](https://github.com/melardev/VueVuexEcommerceRestApi)\n- [Angular](https://github.com/melardev/AngularEcommerceRestApi)\n\n## Blog/CMS\n### Server side implementations\n### Client side\n#### The next come are\n- Angular NgRx-Store\n- Angular + Material\n- React + Material\n- React + Redux + Material\n- Vue + Material\n- Vue + Vuex + Material\n- Ember\n\n# Social media links\n- [Youtube Channel](https://youtube.com/melardev) I publish videos mainly on programming\n- [Blog](http://melardev.com) Sometimes I publish the source code there before Github\n- [Twitter](https://twitter.com/@melardev) I share tips on programming\n- [Instagram](https://instagram.com/melar_dev) I share from time to time nice banners\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmelardev%2Fangularfirebasedbcrud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmelardev%2Fangularfirebasedbcrud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmelardev%2Fangularfirebasedbcrud/lists"}