Skip to content

Learn to use Angular.js by adding behavior to your HTML and speeding up your application's responsiveness. Get ready to dive into all the angles of Angular.js!

Notifications You must be signed in to change notification settings

minhtaihg2/angular-step-by-step

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Angular-step-by-step

Learning AngularJS step by step

Chapter 1 Basic AngularJS with:

  • Controller
  • Core API angularJS
  • Module DI

Chapter 2

  • Directive
  • $http
  • Promise
  • Filter
  • Validate

Chapter 3

Building website with grunt,bower using RESTful API

=====================

npm install

bower update

grunt Opening server for ... on port 9001.

With server node :

  • npm install

  • npm start

you can login get token POSTMAN : localhost:3000/login

Schema for POSTMAN:

  • users : username,password
  • category : Category,Description
  • posts : title,content,slug,commentName,desc,Author(ObjectId - > _id from users),Category(ObjectId -> _id from category)
  • comments : post(ObjectId - > _id from posts),comments,
  • userSchema2 : // login social

(similar : posts,comments,category)

Browser : http://localhost:3000/userSchema2 -> show user (user local + user social)

==========================

user Admin login :

username : admin@gmail.com password : admin

tks!!!

About

Learn to use Angular.js by adding behavior to your HTML and speeding up your application's responsiveness. Get ready to dive into all the angles of Angular.js!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published