{"id":21753848,"url":"https://github.com/melardev/angularecommercerestapi","last_synced_at":"2025-04-13T09:06:20.442Z","repository":{"id":38787073,"uuid":"174503087","full_name":"melardev/AngularEcommerceRestApi","owner":"melardev","description":"Angular Ecommerce cart application (full stack)","archived":false,"fork":false,"pushed_at":"2023-01-04T23:15:26.000Z","size":1797,"stargazers_count":11,"open_issues_count":27,"forks_count":7,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-03-04T15:53:18.729Z","etag":null,"topics":["angular","angular-ci","api","e-commerce","ecommerce","full-stack","fullstack","node","node-js","nodejs","observables","rest","shopping-cart","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":null,"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":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-03-08T08:58:54.000Z","updated_at":"2023-02-23T17:57:38.000Z","dependencies_parsed_at":"2022-08-25T08:51:31.529Z","dependency_job_id":null,"html_url":"https://github.com/melardev/AngularEcommerceRestApi","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%2FAngularEcommerceRestApi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melardev%2FAngularEcommerceRestApi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melardev%2FAngularEcommerceRestApi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melardev%2FAngularEcommerceRestApi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/melardev","download_url":"https://codeload.github.com/melardev/AngularEcommerceRestApi/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","angular-ci","api","e-commerce","ecommerce","full-stack","fullstack","node","node-js","nodejs","observables","rest","shopping-cart","typescript"],"created_at":"2024-11-26T09:11:54.509Z","updated_at":"2024-11-26T09:11:55.152Z","avatar_url":"https://github.com/melardev.png","language":"TypeScript","readme":"# AngularShopApp\n# Table of Contents\n- [Introduction](#introduction)\n- [Full-stack Applications](#full-stack-applications)\n  * [E-commerce (shopping cart)](#e-commerce-shopping-cart)\n    + [Server side implementations](#server-side-implementations)\n    + [Client side implementations](#client-side-implementations)\n  * [Blog/CMS](#blogcms)\n    + [Server side implementations](#server-side-implementations-1)\n    + [Client side](#client-side)\n      - [The next come are](#the-next-come-are)\n  * [Simple CRUD(Create, Read, Update, Delete)](#simple-crudcreate-read-update-delete)\n    + [Server side implementations](#server-side-implementations-2)\n    + [Client side implementations](#client-side-implementations-1)\n      - [The next come are](#the-next-come-are-1)\n  * [CRUD + Pagination](#crud--pagination)\n    + [Server side implementations](#server-side-implementations-3)\n      - [The next come are](#the-next-come-are-2)\n    + [Client side implementations](#client-side-implementations-2)\n      - [The next come are](#the-next-come-are-3)\n- [Follow me](#social-media-links)\n    \n# AngularShopApp\nThis shopping cart application is built using Angular, it is supposed to work with any of these servers listed below. **Be warned** that\nwhile making this app I am using this [Spring Boot Server](https://github.com/melardev/SBootApiEcomMVCHibernate) so I strongly encourage you\nto use that as well, all the other servers worked from postman, but I don't know If they return in the response something called differently that\nthis app can not read, so if this redux app does not work, that is the reason, just a typo in a response variable, let me know about any typos\nin any of the server apps and I will try to fix it.\n\n# Full-stack Applications\n## E-commerce (shopping cart)\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- [Spring Boot + Spring Data Hibernate](https://github.com/melardev/SpringBootApiBlog)\n- [Go + Gin Gonic](https://github.com/melardev/GoGonicBlogApi)\n- [NodeJs + Mongoose](https://github.com/melardev/ApiBlogExpressMongoose)\n- [Laravel](https://github.com/melardev/LaravelApiBlog)\n- [Ruby on Rails + JBuilder](https://github.com/melardev/RailsApiBlog)\n- [Django + Rest-Framework](https://github.com/melardev/DjangoApiBlog)\n- [Asp.Net Core](https://github.com/melardev/AspCoreApiBlog)\n- [Flask + Flask-SQLAlchemy](https://github.com/melardev/FlaskApiBlog)\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\n- [Vue + Vuex](https://github.com/melardev/VueVuexBlog)\n- [Vue](https://github.com/melardev/VueBlog)\n- [React + Redux](https://github.com/melardev/ReactReduxBlog)\n- [React](https://github.com/melardev/ReactBlog)\n- [Angular](https://github.com/melardev/AngularBlog)\n\nThe 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## Simple CRUD(Create, Read, Update, Delete)\n### Server side implementations\n- [Spring Boot + Spring Data Hibernate](https://github.com/melardev/SpringBootApiJpaCrud)\n- [Spring boot + Spring Data Reactive Mongo](https://github.com/melardev/SpringBootApiReactiveMongoCrud)\n- [Spring Boot + Spring Data Hibernate + Jersey](https://github.com/melardev/SpringBootApiJerseySpringDataCrud)\n- [NodeJs Express + Mongoose](https://github.com/melardev/ExpressMongooseApiCrud)\n- [Nodejs Express + Bookshelf](https://github.com/melardev/ExpressBookshelfApiCrud)\n- [Nodejs Express + Sequelize](https://github.com/melardev/ExpressSequelizeApiCrud)\n- [Go + Gin-Gonic + Gorm](https://github.com/melardev/GoGinGonicApiGormCrud)\n- [Ruby On Rails](https://github.com/melardev/RailsApiCrud)\n- [Ruby On Rails + JBuilder](https://github.com/melardev/RailsApiJBuilderCrud)\n- [Laravel](https://github.com/melardev/LaravelApiCrud)\n- [AspNet Core](https://github.com/melardev/AspNetCoreApiCrud)\n- [AspNet Web Api 2](https://github.com/melardev/AspNetWebApiCrud)\n- [Python + Flask](https://github.com/melardev/FlaskApiCrud)\n- [Python + Django](https://github.com/melardev/DjanogApiCrud)\n- [Python + Django + Rest Framework](https://github.com/melardev/DjangoRestFrameworkCrud)\n\n### Client side implementations\n- [VueJs](https://github.com/melardev/VueAsyncCrud)\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## CRUD + Pagination\n### Server side implementations\n- [Spring Boot + Spring Data + Jersey](https://github.com/melardev/SpringBootJerseyApiPaginatedCrud)\n- [Spring Boot + Spring Data](https://github.com/melardev/SpringBootApiJpaPaginatedCrud)\n- [Spring Boot Reactive + Spring Data Reactive](https://github.com/melardev/ApiCrudReactiveMongo)\n- [Go with Gin Gonic](https://github.com/melardev/GoGinGonicApiPaginatedCrud)\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- [AspNet Core](https://github.com/melardev/AspNetCoreApiPaginatedCrud)\n- [AspNet Web Api 2](https://github.com/melardev/WebApiPaginatedAsyncCrud)\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\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# 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  \n\n# TODO\n- Filter by category and tag dropdown\n- Wish-list\n- Admin Feature\n- Add Tags/Categories on Product Create\n- Rating on comments\n- Country flags\n- Credit card UI\n- Authorization before route \n\n\nThis project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 7.0.2.\n\n## Development server\n\nRun `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app 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. Use the `--prod` flag for a production build.\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 [Protractor](http://www.protractortest.org/).\n\n## Further help\n\nTo get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmelardev%2Fangularecommercerestapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmelardev%2Fangularecommercerestapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmelardev%2Fangularecommercerestapi/lists"}