https://github.com/f-z/auction-site
A proof of concept auction site (eBay clone) with an Angular front-end and a PHP/MySQL back-end
https://github.com/f-z/auction-site
angular angular-material angular5 auction-site css3 html5 phpmailer scss typescript webjobs
Last synced: about 1 year ago
JSON representation
A proof of concept auction site (eBay clone) with an Angular front-end and a PHP/MySQL back-end
- Host: GitHub
- URL: https://github.com/f-z/auction-site
- Owner: f-z
- Created: 2018-01-25T11:52:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-31T10:10:36.000Z (over 3 years ago)
- Last Synced: 2025-04-18T00:57:03.723Z (about 1 year ago)
- Topics: angular, angular-material, angular5, auction-site, css3, html5, phpmailer, scss, typescript, webjobs
- Language: PHP
- Homepage: https://youtu.be/PNOA8fzWtXg
- Size: 9.77 MB
- Stars: 8
- Watchers: 4
- Forks: 2
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Auction Site
Front-end (Angular) source code in src folder.
Server (Express) in api folder.
Back-end (PHP, MySQL) in php folder.
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.6.8.
## Development server
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.
## Code scaffolding
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`.
## Build
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.
## Running unit tests
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
## Running end-to-end tests
Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).
## Further help
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).