Skip to content

dprnav/Angular-Springboot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ShoppingApp

Angular with SpringBoot Web Services

Its a E-Commerce Shopping Application built for both Admin and Customer operations. Application uses Springboot Web Services

for performing all the back end operations and Angular for providing the front end user interactions. For handling session application uses JWT Tokens.

Following are the operations that can be performed by the Respective User

  • 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/cyela/Springboot-Web-Services)

Development server

This project was generated with 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.

About

E- Commerce Application Built Integrating Angular and Spring Web Services

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 64.1%
  • HTML 31.7%
  • JavaScript 3.3%
  • CSS 0.9%