This is a shopping website with a working payment gateway.
- Angular
- Bootstrap
- SCSS
- Spring Boot
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