Skip to content

scottnakada/UserAuthStore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shopping Cart with User Authorization Apps


   

What Do These Apps Do

This repository is a collection of four apps that demonstrate the use of a shopping cart, with user authorization to access a database. Three apps share a common Firebase database, and if you register in one app, you can use the same login in the other apps. There is a web version, an Android version, and an apple (iPad/iPhone) version. The other app uses MongoDB for the database. It is a MEAN (Mongo DB, Express, Angular JS, Node JS) stack app.

What Features Do These Apps Have

  1. Register an Account with E-Mail/Password
  2. Login using E-Mail/Password
  3. Login user social media (Facebook, Google, Twitter, Github)
  4. Change Password for your E-Mail/Password account
  5. Modify the menu system if logged in/logged out
  6. Multi-level user authentication (User, Manager, Admin) with different menus
  7. Display a Store of products to purchase
  8. Display a shopping cart of selected products
  9. Provide the ability to add/edit/delete the store products (need Manager access)

Getting The Apps

This app is available four ways:

  1. On the web connected to a Firebase database:

  2. On the web, connected to a Mongo DB database:

  3. On Android devices through the Amazon Apps Store .
  4. On Apple devices (iPhone/iPad), by downloading an app called Ionic View, and selecting the app id: E993A8E0. See the next section for directions to try the app.

About

Shopping Cart with User Authorization, connected to a Firebase or Mongo DB database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors