Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

ceciliaLI1003/angular-springboot-ecommerce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

45 Commits

Repository files navigation

Angular-Spring Boot Ecommerce

Note: This project focuses on Spring Security implementation and Stripe integration and does not include a focus on the UI.

Getting Started

Prerequisites

  • Java 17
  • Maven
  • Angular
  • MS SQL Server Database
  • Stripe Secret Key

1. Clone the repository:

git clone https://github.com/sinnedpenguin/angular-springboot-ecommerce

Angular Frontend

1. Navigate to the frontend directory:

cd frontend
  1. Install dependencies
npm install

Spring Boot Backend

1. Navigate to the backend directory:

cd backend

2. Build the app:

mvn clean install

MS SQL Server Database / Stripe

1. Modify application.yml:

spring:
 datasource:
 driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
 url: YOUR_DATABASE_CONNECTION_URL
 username: YOUR_DATABASE_USERNAME
 password: YOUR_DATABASE_PASSWORD
 jpa:
 show-sql: true
 properties:
 hibernate.dialect: org.hibernate.dialect.SQLServerDialect
 hibernate:
 ddl-auto: update
stripe:
 secret-key: YOUR_STRIPE_SECRET_KEY

About

An Angular-Spring Boot ecommerce app with Spring Security implementation and Stripe integration.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages

  • Java 55.5%
  • TypeScript 32.4%
  • HTML 11.8%
  • CSS 0.3%

AltStyle によって変換されたページ (->オリジナル) /