/e-commerce-client

Website connect sellers with buyer

Primary LanguageHTML

e-commerce-client

image [![ASP.NET](https://img.shields.io/badge/Made%20with-ASP.NET-blueviolet)](https://dotnet.microsoft.com/en-us/apps/aspnet/apis)

A project in the PBL3 (Project Based Learning #3) course, Da Nang University of Science Technology.

Features

  • Product management for sellers
  • Calculate shipping fee price
  • Order processing for buyers
  • Compare price to other e-commerce platforms

Run server Locally

Clone the project

  git clone https://github.com/huynamboz/e-commerce-server.git

Checkout to branch "develop"

  git checkout develop

Run database migrations and seeds

  dotnet ef database update

Start the server

  dotnet run

Environment Variables

To run this project, you will need to add the following environment variables to your .env file. Read .env.example for more information.

##----------------------------------------------

Run Front-end Locally

Clone the project

  git clone https://github.com/huynamboz/e-commerce-client.git

Checkout to branch "develop"

  git checkout develop

Install yarn or npm (search google please :>)

Install package

  npm i

or

  yarn

Start the code

  yarn dev

or

  npm dev

create file .env in folder e-commerce-client, write BASE_URL_API = link backend (example : http://localhost:5000 ) if you run backend in local

Authors