FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

sourabhgithub-art/Ecommerce-application: Stripe integration and Spring Security implemented in an Angular-Spring Boot e-commerce application. · GitHub

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Ecommerce-application

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/sourabhgithub-art/Ecommerce-application.git Angular Frontend

  1. Navigate to the frontend directory:

cd frontend 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

Stripe integration and Spring Security implemented in an Angular-Spring Boot e-commerce application.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages


Back | FazBrowse Home | New Git URL