"dotnetThree - duh blog"
dotnetThree -> duh blog is a simple blogging application. It enables users to create blog articles and to create comments on those articles. It has some very cool features like a full blown authentication system for managing users and the capabilities that they have within the application.
- Use the latest version of dotnet core (v3) to build a basic application and see what kind of challenges that I will face.
- Use the completed basic application to serve as a quick start template when creating new dotnet core v3 projects that may require similar functionality.
- It could also be used as a lightweight simple application to manage a blog 😀!
The current version of this application is online at blog.sospep.org for demonstration purposes.
This application was developed using ...
- v 3.0.100
current: 0.12.0-alpha
- [] packages - ] codeGeneration, ] entity framework, ] entity framework core sqlite,] entity framework core sqlserver, ] entity framework tools, ] entity framework design, ] entity framework identity ] asp.net core diagnostics ] asp.net identity, ] microsoft extensions logging ] mailKit, ] mimeKit
[on windows || mac || linux ]
- [] use ">git clone https://github.com/sospep/dotnetThree.git" - to clone this application to your local machine
- [] open a terminal window in the directory that you downloaded the application to, then ...
- [] use ">dotnet run" - to start the application on your local machine
- [] use "http://localhost:5000" - in your browser's address bar to access the running application
- [] use ">dotnet user-secrets mailServer {your-smtp-serverName} to set the mail server name for outgoing email
- [] use ">dotnet user-secrets SMTPUser {your-smtp-server-username} to specify the email user account to use
- [] use ">dotnet user-secrets SMTPKey {your-smtp-server-password} to set the password for the specified email account
- [] The application includes an sqlite3 database implementation that is ready to use
- [] coming-soon - ARTICLE - how-to use this application with a RDBMS like ] mysql, ] sqlserver, ] postgres
- [] add instructions to ...
- [] add instructions to ...
- [] add instructions to ...
- [] use ">dotnet publish" - to generate new application binaries after you have implemented any code changes
- [] coming-soon - ARTICLE - deploying your dotnet core 3.x application to shared windows hosting service.
- [] coming-soon - ARTICLE - deploying your dotnet core 3.x application your digital ocean droplet.