A project in the PBL3 (Project Based Learning #3) course, Da Nang University of Science Technology.
- Product management for sellers
- Calculate shipping fee price
- Order processing for buyers
- Compare price to other e-commerce platforms
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
To run this project, you will need to add the following environment variables to your .env file. Read .env.example for more information.
##----------------------------------------------
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