Angular 7 Firebase Project

May 16, 2019 · View on GitHub

The project is a complete revamp of Mosh Hamedani E-Commerce Project which was developed in Angular 4. This project is developed in Angular 7 and Firebase as a database. The project is brimmed with fresh new Material look and addition of new features like Payment, Sorting, Pagination and Searching in the main page. Also filled with Transitions, Router Animations and Smooth Scroll Effect.

Please support this project by putting a Github star ⭐. :pray: Thanks

Installation

Run npm install to install all the required dependencies

Run ng serve to start a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

image001

Note: Payment Option with Paypal is deactivated on the site as API key is removed. If you want Paypal Payment activated, just head on to Paypal Developer Account, Register and get the Sandbox API key and then paste it in check-out.component.ts file of the project in sandbox field and facilitator account in payee field. Remember to login with Paypal's buyer account which is provided in Paypal Developer Accounts and put the password and there you go.

Online Demo

Just head over to online demo of this Angular 7 Firebase App here.

Development server

This project was generated with Angular CLI version 7.3.8.

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.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.