Skip to content
This repository has been archived by the owner on Feb 2, 2020. It is now read-only.
/ SimpleBlog Public archive

Simple implementation of the blog with basic functionality.

License

Notifications You must be signed in to change notification settings

MadTiger2409/SimpleBlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SimpleBlog

Simple implementation of the blog with basic functionalities.

Table of contents

Technologies

Launch

  1. Download this project/repository.
  2. Download and install:
  3. Go to the folder with project file and run Powershell/Command Promp/Terminal in this location.
  4. Type dotnet ef database update. This will create the database and apply all migrations.
  5. Type dotnet run. This will run the app.
  6. You can now work with this ASP.NET MVC app.

Scope of functionalities

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 ✔️

Project status

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.