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.