This is our project of Business Website Development course. You can view our full project report HERE.
We are Group 1 from class 231MI5705, University of Economics and Law, VNU-HCM.
Our team has built a website selling handmade accessories and jewelry made from beads called - Charmsie. Charmsie is an online store specializing in colorful handmade jewelry and accessories crafted from decorative beads, catering to GenZ, especially creative, lovely, and sophisticated young women.
Thank you for your attention.
Install Node.js version 16.16.0
- Clone the repository
git clone <git lab template url> <project_name>
- Install dependencies
cd <project_name>
npm install
- Build and run the project
npm start
Navigate to http://localhost:3001
This project was generated with Angular CLI version 16.2.7.
Run npm install to install dependencies.
Run ng serve for a dev server on both Client and Administrator side. Navigate to http://localhost:4200/ (Client) and http://localhost:4201/ (Administrator). The application will automatically reload if you change any of the source files.
You can use this credential below to test the login function:
Username: demo@gmail.com
Password: 12345
Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.
Run ng build to build the project. The build artifacts will be stored in the dist/ directory.
Run ng test to execute the unit tests via Karma.
Run ng e2e to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.
To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.