Project: Web page of shop with Computer Components. We plan to make our page nice to navigate and allow users find products which suits to their needs. To make this we will implement easy to use management panel, product search engine, clear user interface, complete computer functionallity which will allow you to find best computer set for you from offer.
Main page components:
1.Authentication System
2.Admin Panel
3.Product Searching System
4.Complete Computer Functionality
5.System of payments
Team Members and JQL filters with their work:
Michał Jakubowski - Leader
https://projekt-zespolowy-mjakubowski.atlassian.net/browse/PROJ99-80?filter=-4&jql=assignee%20in%20(5f77366125fbdf0068478839)%20order%20by%20created%20DESC
Mateusz Kopczan - Engineer/backend developer
https://projekt-zespolowy-mjakubowski.atlassian.net/browse/PROJ99-79?filter=-4&jql=assignee%20in%20(5f773710b61f66006f0e1d20)%20order%20by%20created%20DESC
Piotr Korniak - Engineer/frontend developer
https://projekt-zespolowy-mjakubowski.atlassian.net/browse/PROJ99-78?filter=-4&jql=assignee%20in%20(5f773a97ac3a2d006febe920)%20order%20by%20created%20DESC
Oskar Wal - tester
https://projekt-zespolowy-mjakubowski.atlassian.net/browse/PROJ99-77?filter=-4&jql=assignee%20in%20(5f7a2ba4b61f66006f22c6dd)%20order%20by%20created%20DESC
Clone project:
git clone https://github.com/mjakubowski99/januszex
Install api dependencies:
composer install
You must run mysql databaase to make things work
Next run scripts to create database and fill with example data:
php creator/DatabaseCreator.php
php creator/SampleDatabaseData.php
Angular CLI version 11.2.2.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
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. Use the --prod
flag for a production build.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.
npm install
ng serve
--> localhost:4200