RazorStripe is an ASP.NET Core 3.1 Template that combines Razor Pages with Stripe integration.
- Download/fork the project and run the .sln
- Add your own stripe keys in the appsettings
- Add your credentials in the EmailSender - Emails are sent using SMTP
- Re-save the libman file and verify that the 5 folders have been downloaded into the wwwroot
- add-migration Initial
- update-database
- Run on IIS Express
There is also a .template.config folder so you can use dotnet new -i to create your own templates from this. More information HERE
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 [email protected].
See the LICENSE file for license rights and limitations (MIT).