https://github.com/omarheviaarbana/angular-ecommerce
E-commerce
https://github.com/omarheviaarbana/angular-ecommerce
angular css typescript
Last synced: 2 months ago
JSON representation
E-commerce
- Host: GitHub
- URL: https://github.com/omarheviaarbana/angular-ecommerce
- Owner: OmarHeviaArbana
- Created: 2024-07-08T14:09:12.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-24T16:01:49.000Z (over 1 year ago)
- Last Synced: 2025-03-06T08:40:12.846Z (over 1 year ago)
- Topics: angular, css, typescript
- Language: TypeScript
- Homepage:
- Size: 3.27 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular Ecommerce
## Descripción
Ecommerce donde se practican el routing, service, teoria de componentes, formularios reactivos, utilización de una APi REST y directivas de Angular.
## Funcionalidades
- Autenticación, formularios reactivo paralogin y registro de usuarios
- Listado de artículos con filtro buscador con lazy loading
- Formularios reactivos para creación de artículos
**Autor:** Omar Hevia Arbana
**Fecha:** Mayo 2024
---
# AngularEcommerce
## Description
E-commerce where routing, services, component theory, reactive forms, REST API utilization, and Angular directives are practiced.
## Functionalities
- Authentication, reactive forms for login and user registration
- Article listing with a search filter and lazy loading
- Reactive forms for article creation
**Author:** Omar Hevia Arbana
**Date:** May 2024
---
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.3.6.
## Requirements
[Node.js](http://nodejs.org/) >= 18.x
## Getting started
Install and run the server (server-articles) by executing the following:
Go to server-article folder and run `npm i` and `npm start`
## Development server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files.
## Code scaffolding
Run `ng generate component component-name` to generate a new component. You can also use `ng generate directive|pipe|service|class|guard|interface|enum|module`.
## Build
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.
## Running unit tests
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
## Running end-to-end tests
Run `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.
## Further help
To 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.