VBDev2Dev / VBStore

MVC Site to show VB MVC Developement

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VBStore

MVC Site to show VB MVC Developement

Goals

  • Teach MVC website development process and pieces using VB
  • Get group understanding GIT source control and maybe even teamwork

Major Features

  • User roles(regular user, employee, manager)
  • Item CRUD
  • Shopping cart
  • Fake purchase with no money
  • Blog
    • View posts
    • Create posts

Dev System

  • I EXPECT you to use Visual Studio 2015 or later. I will NOT support a lower version. I will use 2015 because I am faster in it and I will know it will work in 2015.
  • Make sure you have ran all updates on the Visual Studio you will use to open this project with.
  • I will be using code first migrations to manage the changes to the databse.
  • If you are running Visual Studio 2015, install the editorconfig extension. Visual Studio 2017 supports EditorConfig already.

About

MVC Site to show VB MVC Developement

License:MIT License


Languages

Language:JavaScript 71.3%Language:Visual Basic 27.0%Language:HTML 1.6%Language:CSS 0.2%Language:ASP 0.0%