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.
Thuy Nguyen Cuong Phan Kim Nguyen
##DEMO
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.
- Thuy Nguyen - https://github.com/milasido
- Cuong Phan - https://github.com/cmphan
- Kim Nguyen - https://github.com/kimnguyen137