Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 1.58 KB

README.md

File metadata and controls

51 lines (33 loc) · 1.58 KB

SpringAngularEcommerce

SpringAngularEcommerce is a shopping cart application developed as a pet project to get to know about different technologies.

This project is still in development.

Code for Angular app: https://github.com/SaiUpadhyayula/NgSpringShoppingStore-frontend

#Features

  • Token Based User Authentication(JWT)
  • Product Search
  • Product Catalog
  • Payment Gateway (using Stripe) - TODO
  • Wishlist - TODO
  • Admin Console - TODO
  • Order Management - TODO
  • User Management - TODO
  • PDF Report Generation (Order Acknowledgment) - TODO

#Technologies:

  • Spring Boot
  • Mongo DB
  • Angular
  • Redis for Caching
  • Elastic Search

#Images of Application:

  1. Home Page

Home Page

  1. Category Page

Category Page

  1. Category Page With Filters

Category Page With Filters

  1. Product Page

Product Page

  1. Product Page - Review Section

Product Page Review Section

  1. Search Page Search Page