Red Badge - Web MVC Project
This is the final project for the Eleven Fifty Acadamy Software Development Course for Red Badge
Overview: Your assignment is to build a .NET Framework MVC 5 Web Application using n-tier architecture covering a topic of your choice.
Requirements:
- Come up with an idea for an application that will use a minimum of 3 custom data tables with a minimum of one foreign key relationship
- Create a wireframe of the application and review it with an instructor
- Build out an n-tier structured MVC (think ElevenNote) with the following tiers
- Data: This layer houses your classes that relate to the DB (POCOs, Identity, etc)
- Models: This layer houses the reusable models for the rest of the layers
- Services: This layer is where you’ll have most of your heavy backend logic
- WebMVC: This is where the front end (Controllers, Views, Styles, etc) will be
- Deploy to Azure
Planning Documents (https://drive.google.com/file/d/1_5x_zBlh_D2ny3T9ICFiPR7m4CEaKNxd/view) Trello Board for Agile Project Management (https://trello.com/b/jdX1zEvJ/the-investor-compound)