A Shopping Website build with Angular 4 and Firebase.
- Live Demo: https://oshop-ritwick.firebaseapp.com/
- Only Admin can perform Create/Edit/Delete operations & upload photos of items.
- Normal User can buy items & view their own orders.
- Admin can access all orders
- Login through Facebook & Gmail
- Cart System
- Realtime updates (through Firebase Realtime Database).
- Angular 4 (Frontend)
- Firebase Realtime Database (Backend)
- Firebase authentication
To use your own Firebase Database change the api key from
firebase-key
> git clone https://github.com/ritwickdey/organic-shop.git
> cd organic-shop/
> npm install
> npm start -- --host 127.0.0.1
[The project is from an awesome Angular 4 course (BY MOSH HAMEDANI) which I've taken from Udemy.]