Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 636 Bytes

File metadata and controls

30 lines (24 loc) · 636 Bytes

SHOPPING STORE

This is a shopping website with a working payment gateway.

Technologies Used:

Frontend

  • Angular
  • Bootstrap
  • SCSS

Backend

  • Spring Boot

Installation

Open the Frontend folder in terminal and run

npm install 
  • To start the frontend run
ng serve
  • Development server (Angular) - localhost:4200
  • For backend you will need an IDE compatible to run Spring Boot Application.
  • Run the spring app named ' BackendApplication.java ' inside 'src/main/java/backend '
  • Development server (Backend) - localhost:8080

License

MIT