Giter Club home page Giter Club logo

pierrestreats.solution's Introduction

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

pierrestreats.solution's People

Contributors

kwicz avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.