evgomes / organic-shop

Simple e-commerce application built with Angular, Firebase and Bootstrap 4. Demo: https://oshop-25cf2.firebaseapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Organic Shop

This is a simple e-commerce application built with Angular, Firebase and Bootstrap 4, as the final project for the course "The Complete Angular Master Class", created by Mosh Hamedani. The intent of the project is to show how a real world Angular application is.

This version was adapted to Angular 5 in order to handle version mismatches, and it contains new components and customizations.

Features

This is an Angular project with:

Configuration

Make sure to create a Firebase project and to change the environment settings in /src/environments with your own project configuration data, in order to run this project. You can use Firebase tools to init and deploy the application.

After creating the Firebase project, import the file "oshop-database.json" that is in the root folder of the application to populate the database with initial data.

Running the application

After creating the Firebase project and configuring the application with your custom settings, run ng serve to start a development server. Navigate to localhost:4200 to see the app running.

About

Simple e-commerce application built with Angular, Firebase and Bootstrap 4. Demo: https://oshop-25cf2.firebaseapp.com/


Languages

Language:TypeScript 74.8%Language:HTML 20.9%Language:JavaScript 2.2%Language:CSS 2.1%