Skip to content

Advanced remake of Next.js Masters course project. Introduces many features such as microservice architecture, identity provider, custom recommendation engine and more.

Notifications You must be signed in to change notification settings

piotrswiecik/njmstore

Repository files navigation

NJM Store v2

Description

Project origin Comments Features tbd

Running in development

tbd

Production config

tbd

Service details

tbd

DbSeeder service

Standalone CLI service (outside of microservice architecture) used to provide main database with test data. Uses Spotify developer API & custom HTTP client to fetch records.

# get spotify token with client credentials flow
dotnet run --project NjmStore.DbSeeder get-token --client-id id --client-secret secret

About

Advanced remake of Next.js Masters course project. Introduces many features such as microservice architecture, identity provider, custom recommendation engine and more.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published