Skip to content

aaviralgupta/angular-ecommerce

Repository files navigation

AngularEcommerce

This project was generated with Angular CLI version 13.3.3.

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.

RELEASE 1.0 plans:

  1. Create Angular Project -- done
  2. Create Angular component for product-list -- done
  3. Develop TypeScript class for Product --done
  4. Create Angular service to call REST APIs -- done
  5. Update Angular component to subscribe to data from Angular service -- done
  6. Display the data in an HTML page -- done
  7. Add Cross Origin Support to Spring Boot App --- done

RELEASE 2.0 plans:

  1. Online Shop Template Integration -- done
  2. Search for products by category -- done
  3. Search for products by text box -- done
  4. Master / detail view of products -- done
  5. Pagination support for products -- done
  6. Add products to shopping cart(CRUD) -- done
  7. Shopping cart checkout -- done

RELEASE 3.0 plans:

  1. User login/logout security --done
  2. Provide special access to special VIP page only for aunthenticated customer. -- done
  3. Keep track of order history for registered customers. -- done

HTTPS configurations

Refer to following URL's to check for HTTPS related configuration

https://aboutssl.org/ssl-guide/ https://github.com/darbyluv2code/fullstack-angular-and-springboot/blob/master/bonus-content/secure-https-communication/openssl-setup.md

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.

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 page.

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors