Skip to content

In this web application, users can register a new account and order online. In order to make sure packages are delivered at correct address, system will validate the addresses provided by the customer. This was developed on .NET core with React template.

Notifications You must be signed in to change notification settings

atefsobhy/Ecommerce-website

 
 

Repository files navigation

Ecommerce-website

Project Description:

This project was as the whole semester project for Software Engineer class Spring 2020 at University of Houston In this web application, users can register a new account, create a new customer profile, browse through laptop products and order it online. In order to make sure packages are delivered at correct address, system will validate the addresses provided by the customer.

Team Members:

Thuy Nguyen Cuong Phan Kim Nguyen

##DEMO

Ecommerce-website was developed using React project template with ASP.NET Core

ASP.NET Core with React installation tutorial:

https://docs.microsoft.com/en-us/aspnet/core/client-side/spa/react?view=aspnetcore-3.1&tabs=visual-studio

after installation, cd to Ecommerce-website and run the program with the following command:

dotnet run

the program is now hosted at address:

http://localhost:5000

To run the frontend independently

cd ClientApp
npm start

For running the app from Visual Studio:

Open the generated ecommerce.csproj file, and run the app as normal from there.
The build process restores npm dependencies on the first run, which can take several minutes. Subsequent builds are much faster.

Authors

About

In this web application, users can register a new account and order online. In order to make sure packages are delivered at correct address, system will validate the addresses provided by the customer. This was developed on .NET core with React template.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 53.0%
  • JavaScript 39.8%
  • CSS 6.2%
  • HTML 1.0%