Skip to content

kcne/ecommerce-shop

Repository files navigation

Online Web Store

This repository contains the source code for an online web store application built with .NET 5.0 as the backend framework and Angular 11 as the frontend framework. This application allows users to browse products, add them to their cart, and make purchases online.

Note: All changes in building process are documented in CHANGES.md file. You can open file for more details on implementation.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Before you can run the project, you will need to install the following software:

  1. Clone the repository

    git clone https://github.com/your-username/your-repository-name.git
    cd your-repository-name
  2. ** Install backend dependencies**

    dotnet restore
  3. Install frontend dependencies

    cd client
    npm install
  4. Start the backend server.

    cd ..
    dotnet run
  5. Start the Angular application in separate terminal session.

    cd client
    ng serve

Features

  • Authorization and authentication
  • Product browsing
  • Shopping cart functionalities
  • Order checkout and payment processing (demo)
  • Dockerized for easy hosting

About

Online web store application built with .NET 5.0 and Angular 11.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •