Skip to content

[Independent Project #11] Pierre, that indefatigable entrepreneur, that pastry tycoon, that yeasty hustler, needs an online menu that customers have to log in to see and they aren't going to be happy about that. It's a menu for the customer who wants to know exactly what they're getting, and they have a real impact on the goods Pierre carries. C…

License

Notifications You must be signed in to change notification settings

Thorington/Les_Gourmandises_de_Pierre

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pierre's Treats

a picture of the page's header

Contributors: Claire Thorington

Technologies Used

  • Markdown
  • HTML
  • CSS
  • C#
  • .NET
  • ASP.NET Core MVC
  • Razor
  • MySQL
  • Entity Framework Core
  • Identity

Description & Schema

Pierre, that indefatigable entrepreneur, that pastry tycoon, that yeasty hustler, needs an online menu that customers have to log in to see and they aren't going to be happy about that. It's a menu for the customer who wants to know exactly what they're getting, and they have a real impact on the goods Pierre carries. CRUD-level impact. Unless I'm misinterpreting the prompt. *Update! Re-read the prompt! All users can view content, only logged-in users can edit!! That's the whole point!

a picture of the program's schema

Setup & Installation Requirements

  • Clone repository to desktop
  • Create an appsettings.json file in the Menu directory and copy in the following:
{
  "ConnectionStrings": {
    "DefaultConnection": "Server=localhost;Port=3306;database=menu;uid=root;pwd=epicodus;"
  }
}
  • Navigate to the Menu directory in your terminal and enter the following commands, in order:
$ dotnet restore
$ dotnet build
$ dotnet ef migrations add Initial
$ dotnet ef database update
$ dotnet run

Known Bugs

  • None

License

[MIT]

Copyright (c) 2022 Claire Thorington

Background image by Pinar Kucuk on Unsplash

About

[Independent Project #11] Pierre, that indefatigable entrepreneur, that pastry tycoon, that yeasty hustler, needs an online menu that customers have to log in to see and they aren't going to be happy about that. It's a menu for the customer who wants to know exactly what they're getting, and they have a real impact on the goods Pierre carries. C…

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published