Code Monkey home page Code Monkey logo

ecommerce.solution-1's Introduction

C# App

CommercialSales - An eCommerce App


GH-Community arynsh adilet312 ratta2ii quietevolver gh-pages

Epicodus ยท QE's GH

  • Deployed. a version control system used to implement development workflows; allows code deployment to application from git repositories.
  • GitHub-Pages. the default publishing source for GitHub Pages site so site will publish automatically.
  • Docs. See local changes in seconds; Docs (GitHub) Pages helps you share your published work; Create a /docs/index.md file on your repository's master branch.

A website for an ecommerce app.

By Sharon Lee, Trevor Mackin, Adilet Momunaliev, and Vera Weikel

๐ŸŽ‰ Contents

Description

A website where you can enter an order you've been creating after logging in.

A target customer should be an interested in browsing and/or purchases. Begin by giving it your proper Name.

Application, will have customer client model include individualized properties for their order, size, amout, and so on. App supports front end MVC RESTful Index, New, Create, and Show routes.

Steps/Use Case:

Spec Input Output
Homepage User accesses:http://localhost:5000/ User:Landing Homepage
**User enters in an order list customer I: Get galoshes None;
**User clicks button and order for customer is populated I: (click button) O: customer on the list :"Hunter Boots"

Specifications

  • Clone this repository: https://github.com/QuietEvolver/eCommerce.Solution.git
  • Open the command line--and navigate into the repository. database Initialization:
  • run in terminal: dotnet ef database update If an error occurs prior to GitCommit, the following command reverts the migration:
  • dotnet ef migrations remove
  • delete contents of Migrations folder
  • keep the following files: --[Timestamp]_Initial.cs --[Timestamp]_Initial.Designer.cs --MyContextModelSnapshot.cs
  • The replacement code belongs in the last file: using Microsoft.EntityFrameworkCore.Migrations;
  • namespace YourProjectFolderNameHere.Migrations { public partial class Initial : Migration { protected override void Up(MigrationBuilder migrationBuilder) { } protected override void Down(MigrationBuilder migrationBuilder) { } } }
  • run in terminal: dotnet ef migrations add Initial After Initial is implemented, run the following to update any made changes:
  • On your browser, open the index.html and enjoy!

Known Bugs

  • No known bugs at this time.

๐Ÿ“‹ Technologies Requirements

You may use Windows, macOS, or Linux as your development operating system, though building and running apps may be limited. Tools used:

Support and Contact details

Author GitHub Email
Sharon Lee arynsh [email protected]
Adilet Momunaliev Adilet312 [email protected]
Trevor Mackin ratta2ii [email protected]
Vera Weikel quietevolver [email protected]

Please contact with questions and/or comments.

๐Ÿ“– Documentation

The full documentation for GH-Pages

The source for the Shoppe: eCommerce documentation and website is hosted on a separate repo: quietevolver. The deployed version is at quietevolver.

License

This software is licensed under the MIT license

Copyright (c) 2020 Sharon Lee, Trevor Mackin, Adilet Momunaliev, and Vera Weikel

ecommerce.solution-1's People

Contributors

adilet312 avatar arynsh avatar example123 avatar quiet-evolver avatar quietevolver avatar ratta2ii avatar

Watchers

 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.