Simple implementation of the blog with basic functionalities.
- Download this project/repository.
- Download and install:
- Go to the folder with project file and run
Powershell/Command Promp/Terminal
in this location. - Type
dotnet ef database update
. This will create the database and apply all migrations. - Type
dotnet run
. This will run the app. - You can now work with this ASP.NET MVC app.
Functionality | Status |
---|---|
Registration | ✔️ |
Post page / main page | ✔️ |
Contact page | ✔️ |
SSL self-signed | ✔️ |
User loging in | ✔️ |
Admin loging in | ✔️ |
Cookies information | ✔️ |
Contact form | ✔️ |
Admin control panel | ✔️ |
Comments mechanism | ✔️ |
Searching by tags | ✔️ |
Deploy to the production | ✔️ |
SSL on production | ✔️ |
Captcha | ✔️ |
Posts management tool | ✔️ |
Statistics as PDF file | ✔️ |
Current status: CLOSED ❌
The application has been finished. I have no plans for any updates.
A Master
branch is always the stable one. If you are intrested in testing the project in its current form then you should download this branch.