Skip to content

PizzaConsole/RazorStripe

Repository files navigation

RazorStripe

RazorStripe is an ASP.NET Core 3.1 Template that combines Razor Pages with Stripe integration.

Run the Project

  1. Download/fork the project and run the .sln
  2. Add your own stripe keys in the appsettings
  3. Add your credentials in the EmailSender - Emails are sent using SMTP
  4. Re-save the libman file and verify that the 5 folders have been downloaded into the wwwroot
  5. add-migration Initial
  6. update-database
  7. Run on IIS Express

Custom Templates

There is also a .template.config folder so you can use dotnet new -i to create your own templates from this. More information HERE

Contributions

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms. Please report unacceptable behavior to support@dragonmastery.com.

License

See the LICENSE file for license rights and limitations (MIT).