Skip to content

Marketplace for producers to sell their music.

Notifications You must be signed in to change notification settings

booghaa/beatstore

Repository files navigation

beatstore

sell beats!

Setup

Create a .env.local file in the root directory and add the following environmental variables.

NEXT_PUBLIC_MONGO_USERNAME = your_username
NEXT_PUBLIC_MONGO_PASSWORD = your_password
NEXT_PUBLIC_MONGO_DB = your_db
STRIPE_SECRET_KEY = your_secret
STRIPE_WEBHOOK_KEY = your_webhook
AZURE_STORAGE_ACCOUNT_NAME = your_account_name
AZURE_STORAGE_SAS_TOKEN = your_sas_token
AZURE_STORAGE_CONTAINER_NAME = your_container_name

Releases

No releases published

Packages

No packages published