- 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 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.
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" |
- 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!
- No known bugs at this time.
You may use Windows, macOS, or Linux as your development operating system, though building and running apps may be limited. Tools used:
- C#
- ASP.Net
- Microsoft.NET.Sdk.Web
- Microsoft.NET.Test.Sdk
- Visual Studio
- GitHub
- HTML
Author | GitHub | |
---|---|---|
Sharon Lee | arynsh | sharonlee714@gmail.com |
Adilet Momunaliev | Adilet312 | adiletm@hotmail.com |
Trevor Mackin | ratta2ii | tismetrm@gmail.com |
Vera Weikel | quietevolver | quiet.evolver@gmail.com |
Please contact with questions and/or comments.
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.
This software is licensed under the MIT license
Copyright (c) 2020 Sharon Lee, Trevor Mackin, Adilet Momunaliev, and Vera Weikel