An open API service indexing awesome lists of open source software.

https://github.com/cori1109/springangularecommerce

SpringAngularEcommerce is a shopping cart application developed as a pet project to practice different technologies like spring boot, spring security, elastic-search, redis, mongodb, jwt authentication etc
https://github.com/cori1109/springangularecommerce

angular ecommerce ecommerce-application elastic-search java jwt redis spring-boot spring-data-mongodb spring-security

Last synced: 5 months ago
JSON representation

SpringAngularEcommerce is a shopping cart application developed as a pet project to practice different technologies like spring boot, spring security, elastic-search, redis, mongodb, jwt authentication etc

Awesome Lists containing this project

README

          

# 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/Cori1109/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](https://github.com/Cori1109/SpringAngularEcommerce/blob/Master/src/main/resources/images/homepage.PNG)

2. Category Page

![Category Page](https://github.com/Cori1109/SpringAngularEcommerce/blob/Master/src/main/resources/images/category-page.PNG)

3. Category Page With Filters

![Category Page With Filters](https://github.com/Cori1109/SpringAngularEcommerce/blob/Master/src/main/resources/images/category-page-with-filters.PNG)

4. Product Page

![Product Page](https://github.com/Cori1109/SpringAngularEcommerce/blob/Master/src/main/resources/images/product-page.PNG)

5. Product Page - Review Section

![Product Page Review Section](https://github.com/Cori1109/SpringAngularEcommerce/blob/Master/src/main/resources/images/product-page-review-section.PNG)

6. Search Page
![Search Page](https://github.com/Cori1109/SpringAngularEcommerce/blob/Master/src/main/resources/images/search-page.PNG)