Giter Site home page Giter Site logo

planetoftheweb / angularregistration Goto Github PK

View Code? Open in Web Editor NEW
27.0 7.0 35.0 2.31 MB

This is the repository for my course, AngularJS 1: Adding Registration to Your Application on LinkedIn Learning and Lynda.com.

Home Page: https://www.linkedin.com/learning/angularjs-1-adding-registration-to-your-application-2?trk=insiders_6787408_learning

CSS 67.29% HTML 27.49% JavaScript 5.22%
angularjs angular angularjs1 registration firebase tutorial training linkedinlearning lynda lynda-com

angularregistration's Introduction

AngularJS 1: Adding Registration to Your Application

This is the repository for my course AngularJS 1: Adding Registration to Your Application. The full course is available on LinkedIn Learning and Lynda.com

AngularJS 1: Adding Registration to Your Application

Registration is a fundamental part of any web application, but it can be notoriously difficult to implement. In this short course, we'll create a simple and straightforward registration system that allows users to log in and log out of an application. The techniques use AngularJS and Google Firebase, a mobile development platform that makes registration easy and secure. In the process, you'll explore the basics of AngularJS MVC architecture and the steps to storing custom user information in the Firebase NoSQL database. Learn how to create basic routes to load different content depending on the target URL, and create basic controllers to tie templates to code. At the end of the course, you'll have a great template that you can use as a starting point for a registration system in any of your own web applications.

Instructions

This repository has branches for each of the videos in the course. You can use the branch pop up menu in github to switch to a specific branch and take a look at the course at that stage. Or you can simply add /tree/BRANCH_NAME to the URL to go to the branch you want to peek at.

Branches

The branches are structured so that they correspond to the videos in the course. So, for example if I name a branch 02_03b then that branch corresponds to the second chapter and the third video in that chapter. The extra letter at the end of the name corresponds to the state of the branch. A b means that this is how the code looks at the beginning of the video, an e means that is how the code looked at the end of the video.

You may find additional branches that correspond to other states, so for example, you may see a t, which means this is a target branch. A target branch is something I use during development or updates of a course and it's for a branch that I'm working towards. For the purposes of taking a course, you may ignore any additional branches. The master branch usually has the state of the project as I'm working through it and the final state of the code when I finish the course.

Installing

  1. Make sure you have these installed
  2. Clone this repository into your local machine using the terminal (mac) or Gitbash (PC) > git clone CLONEURL
  3. CD to the folder cd FOLDERNAME
  4. Run > npm install to install the project dependencies
  5. Run > grunt to start live preview server

More Stuff

Check out some of my other courses on LinkedIn Learning and lynda.com. You can follow me on LinkedIn, read my blog, follow me on twitter, or check out my youtube channel.

angularregistration's People

Contributors

planetoftheweb avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

angularregistration's Issues

Firebase Register Lesson 02_02e is out of date

Hi there,

I am following this tutorial but I am not able to move forward because it is using the Firebase Legacy API.
I tried troubleshooting but was not able to. When would this be update to reflect the new way to initialize firebase and use the auth method?

Missing script issue

0 info it worked if it ends with ok
1 verbose cli [ 'C:\Program Files\nodejs\node.exe',
1 verbose cli 'C:\Program Files\Git\usr\local\node_modules\npm\bin\npm-cli.js',
1 verbose cli 'start' ]
2 info using [email protected]
3 info using [email protected]
4 verbose stack Error: missing script: start
4 verbose stack at run (C:\Program Files\Git\usr\local\node_modules\npm\lib\run-script.js:151:19)
4 verbose stack at C:\Program Files\Git\usr\local\node_modules\npm\lib\run-script.js:61:5
4 verbose stack at C:\Program Files\Git\usr\local\node_modules\npm\node_modules\read-package-json\read-json.js:356:5
4 verbose stack at checkBinReferences_ (C:\Program Files\Git\usr\local\node_modules\npm\node_modules\read-package-json\read-json.js:320:45)
4 verbose stack at final (C:\Program Files\Git\usr\local\node_modules\npm\node_modules\read-package-json\read-json.js:354:3)
4 verbose stack at then (C:\Program Files\Git\usr\local\node_modules\npm\node_modules\read-package-json\read-json.js:124:5)
4 verbose stack at C:\Program Files\Git\usr\local\node_modules\npm\node_modules\read-package-json\read-json.js:311:12
4 verbose stack at C:\Program Files\Git\usr\local\node_modules\npm\node_modules\graceful-fs\graceful-fs.js:78:16
4 verbose stack at tryToString (fs.js:512:3)
4 verbose stack at FSReqWrap.readFileAfterClose [as oncomplete] (fs.js:500:12)
5 verbose cwd c:\WebApps\angularregistration
6 verbose Windows_NT 10.0.17134
7 verbose argv "C:\Program Files\nodejs\node.exe" "C:\Program Files\Git\usr\local\node_modules\npm\bin\npm-cli.js" "start"
8 verbose node v8.1.2
9 verbose npm v4.6.1
10 error missing script: start
11 verbose exit [ 1, true ]

form novalidate is not working

form reload page without showing firebase error.message .. but it still getting validation $touched messages ... any help ?

verbose stack Error: missing script: start

any fix for below error..?missing script start.. i get this error when i enter npm start

PS C:\Users\PC\Desktop\SVAVOT\FINGERSCANNING 2\react-native-biometrics-master> npm start
npm ERR! missing script: start

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\PC\AppData\Roaming\npm-cache_logs\2021-01-19T08_44_14_742Z-debug.log
PS C:\Users\PC\Deskto AVOT\FINGERSCANNING 2\react-native-biometrics-master>
PS C:\Users\PC\Desktop\SVAVOT\FINGERSCANNING 2\react-native-biometrics-master>
PS C:\Users\PC\Desktop\SVAVOT\FINGERSCANNING 2\react-native-biometrics-master> npm start
npm ERR! missing script: start

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\PC\AppData\Roaming\npm-cache_logs\2021-01-19T08_52_27_624Z-debug.log
PS C:\Users\PC\Desktop\SVAVOT\FINGERSCANNING 2\react-native-biometrics-master>

firebase registraion database uid issue

When i register , i got this database error. in authentcaion user added, but not in db

Reference.child failed: First argument was an invalid path = "undefined". Paths must be non-empty strings and can't contain ".", "#", "$", "[", or "]"

Retriving Data form Firebase real time database: node key??

I am successfully storing data in firebase real time database but can't figure out how to retrieve it from DB
i using this URL to sroring data firebase.database().ref().child("users/" + regUser.uid); but it is stroting thje data in this mannaer here is the snapshot of my database https://www.dropbox.com/s/8l6jfdqmjcx879l/Screenshot%202016-09-20%2023.12.02.png?dl=0
The structure is angularreg-40c6b->users->uid->"Unknown key"
The whole data is under that "Unknow key"

How to retrive??

grunt command not working to start live preview server

Hi Ray,
> grunt didn't work in git bash to start the live preview server. I used > gulp and it worked with that. Additionally, for users having difficulties starting the dev browser, who might encounter an error message like 'bash: grunt: command not found' or 'bash: gulp: command not found,' they can try putting the following code at line 3 in package.json: "scripts": { "start": "gulp" },
and then run > npm start in git bash.
Thanks,
Rich Wertz

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.