App created for Epicodus Independent Project, ASP.NET - Week One. Practice using ASP.NET MVC. August 4th, 2017
An app that manages the products of Gummi Bear Kingdom.
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.
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
- In Solution Explorer, right-click the project and choose 'Open in File Explorer' from the context menu.
- Enter "cmd" in the address bar and press Enter.
- Enter the following command in the command window:
- dotnet ef database update
- Open gummi_scripts.sql in SSMS and execute (this will add sample data).
- Back in VS, click IIS Express at the top of the window. Project should open in a new window in your default browser.
No known bugs.
If you run into any issues or have questions, ideas or concerns, please contact Alyssa Moody at alyssanicholemoody@gmail.com
Languages: HTML, CSS, C#, ASP.NET
IDE: Visual Studio 2017
Database Management: MySQL (SSMS)
MIT license Agreement
Copyright (c) 2017 *Alyssa Moody