An open API service indexing awesome lists of open source software.

https://github.com/yukaty/full-stack-ecommerce

eCommerce application with Spring Boot and Angular
https://github.com/yukaty/full-stack-ecommerce

angular bootstrap spring-boot

Last synced: 3 months ago
JSON representation

eCommerce application with Spring Boot and Angular

Awesome Lists containing this project

README

          

# full-stack-ecommerce
Full stack eCommerce project with Spring Boot and Angular. Inspired by a Udemy course, this project expands on the foundational eCommerce concepts and it has been enhanced with the latest tech stack updates and the introduction of additional functionalities.

## Technologies
- Backend: Spring Boot 3
- Frontend: Angular 17
- Authentication: Okta
- Payment: Stripe (test mode)

### Local Setup

Backend:
```
cd backend-spring-boot
./mvnw spring-boot:run
```

Frontend:
```
cd frontend-angular
npm install
npm start -- --configuration=dev
```