Skip to content

ZNAXNOR/Simple-Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Website

Frontend

Bootstrap   CSS3
HTML5   JavaScript

Backend

JavaScript   C#

Database

Framework



Important

This website is created using ASP.NET Core

This website is created for one simple reason- for it to be forked/branched for experiments & testing

The Master branch of this repository shall remain untouched in the future and any modicications for it to be made only for improving existing files and for framework updates. No additional features to be added

Experimentation & testing of features to be done in forked branches


Content available

This website resembles Microsoft documentation for First MVC App

Note

Website follows MVVMC (MVC + MVVM) format.

The website contains of a Post page besides Home page and Privacy page.

User can Create Edit and Delete posts.

Post has a Title and Description.

Post has a Detail page which displays the post content besides Index page.

Created Files available

Details

MVVMC

  • Models
  • View
  • ViewModel
  • Controllers

Database

  • Data ->
    • DatabaseContext.cs
  • Migrations

Additional Files

  • Interfaces
  • Repository