Skip to content

An ASP.NET MVC application to track and market sweet and savory treats using many-to-many database relationships.

Notifications You must be signed in to change notification settings

kwicz/PierresTreats.Solution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 

Repository files navigation

Pierre's Treats

By K. Wicz

Description

An ASP.NET MVC web application to manage a bakery using a many-to-many database structure.

Application Preview

Landing Page Preview

Program Specifications

User Stories
All users can view the application landing page, which will feature all available flavors and treats.
All users can click treats and flavors on the landing page, and be directed to a new pages which lists all of the treats belonging to that flavor, or vice versa.
Authorized users can log in while on the landing page.
Authorized users can create, read, update, and delete all flavors in the flavor table of the Pierre's Treats database.
Authorized users can create, read, update, and delete all treates in the treats table of the Pierre's Treats database.

Database Schema

Schema Preview

Setup/Installation Requirements

1. Install .NET Core

on macOS:

  • Click here to download a .NET Core SDK from Microsoft Corp.

on Windows:

  • Click here to download the 64-bit .NET Core SDK from Microsoft Corp.

Install dotnet script

Enter the command dotnet tool install -g dotnet-script in Terminal (macOS) or PowerShell (Windows).

2. Clone this repository

Enter the following commands in Terminal (macOS) or PowerShell (Windows):

cd desktop
git clone https://github.com/kwicz/PierresTreats.Solution
cd PierresTreats.Solution

3. Install all necessary packages and make sure the project will build

In your terminal, type the following commands to make sure all necessary packages are included in the project and to launch in your browser:

cd PierresTreats
dotnet restore
dotnet build

4. Create the database and tables

Enter the following to build your database and tables for the program:

dotnet ef migrations add Initial
dotnet ef database update

5. Launch the project in your browser

In your terminal, type:

dotnet watch run

Hold command while clicking the link in your local terminal to your local address, which should be:

http://127.0.0.1:5000

Bon Apetit! The project is now ready to use.

Known Bugs

No known bugs at this time.

Support and contact details

Have a bug or an issue with this application? Open a new issue here on GitHub.

Technologies Used

  • C#
  • .NET Core 2.2
  • ASP.NET Core MVC
  • MySQL
  • EF Core 2.2.6
  • ASP.NET Core Identity
  • Razor 2.2.0
  • Material Design Lite
  • Photos by:
    • hue12 photography on Unsplash
    • Herbert Goetsch on Unsplash

License

MIT

Copyright (c) 2020 K Wicz

About

An ASP.NET MVC application to track and market sweet and savory treats using many-to-many database relationships.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published