simple text board using asp net mvc, google recaptcha and mysql with data sent to telegram channel by bot
- Configure recaptcha, mysql (version and connection string) and Telegram bot (token and channel id) in
appsettings.json
- Enter site key in
Views/Post/Index.cshtml
andViews/Post/Post.cshtml
- You can configure server port and other things in
Properties/launchSetting.json
dotnet run