https://github.com/normalhuman01/ecommerce-simple-angular-springboot
a e- commerce application built integrating angular and spring web services
https://github.com/normalhuman01/ecommerce-simple-angular-springboot
Last synced: 4 months ago
JSON representation
a e- commerce application built integrating angular and spring web services
- Host: GitHub
- URL: https://github.com/normalhuman01/ecommerce-simple-angular-springboot
- Owner: normalhuman01
- License: mit
- Created: 2023-12-22T17:19:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-22T17:28:42.000Z (over 1 year ago)
- Last Synced: 2025-02-01T12:45:26.963Z (5 months ago)
- Language: TypeScript
- Size: 1.22 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Shopping Application (Angular with SpringBoot Web Services)
---------
E-Commerce application developed for performing Admin and Customer user role operations with respective user interfaces. Application is implemented in two parts:
1. RESTfull web services: API's build using spring boot are used for handling all the back end operations which includes session management using encrypted JWT Tokens
2. Front End: User interfaces designed and developed using Angular utilising web services for handling appropriate user actions#### Features available based on the user role
* Admin
* Adding products
* Updating products
* Deleting products
* Manage Orders
* Customer
* Registering into System
* Login into Website
* Updating Address
* Adding product to Cart
* Updating/ Deleting the Product
* Placing the order* Technologies:
* Angular 6
* Typescript
* Spring Boot
* Hibernate with JPA
* MySQL
* JWT Token (Session management)#### Web services project can be found in (https://github.com/normalhuman01/Springboot-Web-Services)
#### Application screenshots
* Login

* Register

* Customer
* Home

* Address

* Cart

* Admin
* Home

* Add new product

* Edit product

* View orders

---------
### Development serverThis project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 6.0.8.
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `--prod` flag for a production build.