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
- Host: GitHub
- URL: https://github.com/yukaty/full-stack-ecommerce
- Owner: yukaty
- Created: 2024-04-05T16:04:17.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T19:19:12.000Z (about 2 years ago)
- Last Synced: 2024-04-13T02:56:35.204Z (about 2 years ago)
- Topics: angular, bootstrap, spring-boot
- Language: TypeScript
- Homepage:
- Size: 41.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```