ShoeShop eCommerce
Demo
Team Dev
- Me: Frontend (ReactJS)
- Dinh Trong Dat: Backend (NodeJS, ExpressJS)
Documentation
Technology
- Front-end developed using a reactive UI framework with the integration of ReactJS
- Back-end developed using NodeJS, ExpressJS, MongoDB
Prerequire
- Node v18.0.8
Functionality this App includes are
- Login/Logout
- Home, Search, Notifications
- Userprofile
- Products & Buy method
- Cart & Payment method
- Others Functionality
Installation
# Clone the repo
git clone https://github.com/Dat0309/TMDT-project.git
# Install all package & Library in this project
npm i
# Run project:
# step1: Open folder "server" in terminal
npm start server
# step2: Open folder "clientfrontend in terminal
npm start