Skip to content

typhoon41/marush-care

Repository files navigation

Welcome to "Marush: Space of Care" project!

Purpose of this project is to hold source code for Marush: Space of Care beauty salon (https://marushcare.com).

Things you need to do in order to run Marush locally

Setup secrets file

For development, to generate your own Jwt:Key, you can use PowerShell:

[Convert]::ToBase64String((1..32 | ForEach-Object {Get-Random -Minimum 0 -Maximum 256}))

Fill out the following JSON or reach out to fellow developer.

{
  "ConnectionStrings:MarushCare": "",
  "Smtp:Server": "",
  "Smtp:Port": "",
  "Smtp:From": "",
  "Smtp:Username": "",
  "Smtp:Password": "",
  "Developer:Email": "",
  "Jwt:Key": "",
  "Jwt:Issuer": "",
  "Jwt:Audience": "",
  "Jwt:TokenExpiryTime": ""
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published