Skip to content

E- Commerce Application Built Integrating Angular and Spring Web Services

Notifications You must be signed in to change notification settings

cyela/Angular-Springboot

Repository files navigation

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)

Application screenshots

  • Login Image of screenshot
  • Register Image of screenshot
  • Customer
    • Home Image of screenshot
    • Address Image of screenshot
    • Cart Image of screenshot
  • Admin
    • Home Image of screenshot
    • Add new product Image of screenshot
    • Edit product Image of screenshot
    • View orders Image of screenshot

Development server

This project was generated with Angular CLI version 6.0.8.

Run ng serve for a dev server. Navigate to http:https://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.

About

E- Commerce Application Built Integrating Angular and Spring Web Services

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published