https://github.com/bartosz-ziolkowski/online-store

Online store with sneakers

https://github.com/bartosz-ziolkowski/online-store

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.2%) to scientific vocabulary

Keywords

angular css docker github-actions html java keycloak mysql postman redis rest-api scss spring-boot stripe swagger
Last synced: 5 months ago · JSON representation

Repository

Online store with sneakers

Basic Info
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
angular css docker github-actions html java keycloak mysql postman redis rest-api scss spring-boot stripe swagger
Created over 1 year ago · Last pushed over 1 year ago
Metadata Files
Readme

README.md

ButikDK - online store with sneakers

Overview

ButikDK is an e-commerce platform where you can buy shoes. It is a fully functional online store where, after registering, users can add selected products to their cart and then pay for them with a fictional payment card. I wanted to create this type of project because online stores are a standard, making it a valuable skill to have.

With this project, I aimed to further refine my skills in Java Spring Boot and Angular, but I wanted to take it a step further. I utilized Redis as a caching store for the shopping cart. Additionally, I integrated user authentication using a third-party application, specifically the popular Keycloak. Moreover, I implemented a payment gateway to enhance the user experience, using Stripe for this purpose.

Screenshots

alt text alt text alt text alt text alt text alt text alt text alt text

Technologies

Frontend

  • Angular
  • HTML
  • Tailwind CSS + SCSS ### Backend
  • Java Spring Boot
  • Keycloak
  • OpenAPI and Swagger UI Documentation
  • Stripe API ### Other tools
  • Docker
  • MySQL
  • GitHub Actions
  • Redis ### Comments
  • Set up CI/CD pipelines for both the client and server using GitHub Actions
  • Utilized Redis as a caching store for the shopping cart
  • Created REST API documentation using Swagger.
  • Dockerized the database, Redis, Keycloak, server, and client, with published Docker images for the client and server
  • Client was deployed on Vercel

Live demo

Click below to watch the app walkthrough on YouTube

alt text

Owner

  • Name: Bartosz Ziółkowski
  • Login: bartosz-ziolkowski
  • Kind: user
  • Location: Copenhagen

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: 12 months ago

All Time
  • Total issues: 0
  • Total pull requests: 6
  • Average time to close issues: N/A
  • Average time to close pull requests: 1 minute
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.83
  • Merged pull requests: 6
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 6
  • Average time to close issues: N/A
  • Average time to close pull requests: 1 minute
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.83
  • Merged pull requests: 6
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • bartosz-ziolkowski (11)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

docker-compose.yml docker
  • mysql latest
  • redis latest
online-store/pom.xml maven
  • com.mysql:mysql-connector-j 9.0.0
  • org.projectlombok:lombok
  • org.springframework.boot:spring-boot-devtools
  • org.springframework.boot:spring-boot-starter-data-jpa
  • org.springframework.boot:spring-boot-starter-jdbc
  • org.springframework.boot:spring-boot-starter-oauth2-resource-server
  • org.springframework.boot:spring-boot-starter-web
  • org.springframework.data:spring-data-jpa
  • org.springframework.boot:spring-boot-starter-test test
online-store-ui/package-lock.json npm
  • 935 dependencies
online-store-ui/package.json npm
  • @angular-devkit/build-angular ^18.0.7 development
  • @angular/cli ^18.0.7 development
  • @angular/compiler-cli ^18.0.0 development
  • @types/jasmine ~5.1.0 development
  • autoprefixer ^10.4.19 development
  • jasmine-core ~5.1.0 development
  • karma ~6.4.0 development
  • karma-chrome-launcher ~3.2.0 development
  • karma-coverage ~2.2.0 development
  • karma-jasmine ~5.1.0 development
  • karma-jasmine-html-reporter ~2.1.0 development
  • postcss ^8.4.39 development
  • tailwindcss ^3.4.4 development
  • typescript ~5.4.2 development
  • @angular/animations ^18.0.0
  • @angular/common ^18.0.0
  • @angular/compiler ^18.0.0
  • @angular/core ^18.0.0
  • @angular/forms ^18.0.0
  • @angular/platform-browser ^18.0.0
  • @angular/platform-browser-dynamic ^18.0.0
  • @angular/router ^18.0.0
  • @fortawesome/angular-fontawesome ^0.15.0
  • @tailwindcss/forms ^0.5.7
  • rxjs ~7.8.0
  • tslib ^2.3.0
  • zone.js ~0.14.3