Skip to content

avilesj/eShop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notice

Hi, this is José. I began working on this in 2017 as a way to get into the Java/Spring stack. As you can see, the project has been abandoned and it's just a display of the past.

Installation

Global variables configuration

  • MINIO_ACCESS_KEY
    • Minio File Server access key.
  • MINIO_SECRET_KEY
    • Minio File Server secret key.
  • MINIO_BUCKET
    • Minio File Server chosen bucket's name.
  • MINIO_URL
    • Minio File Server url.
  • STRIPE_KEY
    • Stripe secret key for payments.

Example configuration

For the sake of clarity, here is a definition of how the application expects the values.

MINIO_ACCESS_KEY=long_access_key
MINIO_SECRET_KEY=extremely_long_secret_key
MINIO_BUCKET=bucketname
MINIO_URL=https://yourminioserveraddress.com
STRIPE_KEY=stripe_super_secret_key

About

Online Marketplace made with Spring Boot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published