A semester project for CS 160 class at San Jose State University. Simulating the process of software developments using Agile method.
Problem Statement: a startup have an idea that allows people in San Jose area to exchange their bought tickets to upcoming events in town. They will be the middlemen where people can go on their website to sell or purchase another's people ticket. Some percentage service fees will be put on both buyers and sellers. The website will display the list of events and the tickets available as well as the seller's names. A database system where user can create their accounts are also required.
- Software:
npm install -g angular2-clinpm install ng2-opd-popup --saveBoostrap Modalsnpm install angular2-google-maps --saveAngular Mapsnpm install @types/googlemaps --save-devtypings install dt~google.maps --globalnpm install
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/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.
Before running the tests make sure you are serving the app via ng serve.
To get more help on the Angular CLI use ng help or go check out the Angular CLI README.