Skip to content

Epicodus Solo Project: ASP.Net Week 1 Independent Project practicing ASP.Net MVC

Notifications You must be signed in to change notification settings

moodyan/NET-GummiBearKingdom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gummi Bear Kingdom

App created for Epicodus Independent Project, ASP.NET - Week One. Practice using ASP.NET MVC. August 4th, 2017

By Alyssa Moody

Description

An app that manages the products of Gummi Bear Kingdom.

Program Specifications

Description Input Example Output Example
The program allows users to view a landing page. Home "Welcome"
The program allows users to view all products. /Products All Products
The program allows users to add a new product to the database. /Products/Add --
The program allows users to edit products in the database. /Products/Edit --
The program allows users to delete products from the database. /Products/Delete --

This website's style loosely mimics the styling of Emporium Pies.

Setup/Installation Requirements

Requirements

If you do not have Visual Studio 2017, download HERE.

If you do not have SSMS, download HERE.

Cloning From GitHub: Download or clone project repository onto desktop from GitHub.

Open the project in Visual Studio.

Migrations

  1. In Solution Explorer, right-click the project and choose 'Open in File Explorer' from the context menu.
  2. Enter "cmd" in the address bar and press Enter.
  3. Enter the following command in the command window:
  • dotnet ef database update
  1. Open gummi_scripts.sql in SSMS and execute (this will add sample data).
  2. Back in VS, click IIS Express at the top of the window. Project should open in a new window in your default browser.

Screenshots

alt text alt text alt text alt text

Known Bugs

No known bugs.

Support and contact details

If you run into any issues or have questions, ideas or concerns, please contact Alyssa Moody at alyssanicholemoody@gmail.com

Technologies Used

Languages: HTML, CSS, C#, ASP.NET

IDE: Visual Studio 2017

Database Management: MySQL (SSMS)

License

MIT license Agreement

Copyright (c) 2017 *Alyssa Moody

About

Epicodus Solo Project: ASP.Net Week 1 Independent Project practicing ASP.Net MVC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published