Skip to content

juansneak/AngularJS-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

This is a basic CRUD in AngularJS

Where you will find the following features/technologies:

  • Single Page Application
  • Bootstrap Framework
  • Pagination
  • Filtering
  • Form Validation
  • Data retrieval from REST API (json-server)
  • Http-server in NodeJS
  • ngResource, UI Router

Installation

  1. Install nodeJs

https://nodejs.org/en/

  1. Install bower

npm install -g bower

  1. Update packages with bower

bower-update

  1. Install http-server

npm install http-server -g

  1. Install json-server

npm install -g json-server

  1. Open a windows console and run the http-server

http-server C:\path-to-the-application (For example: C:\Users\juan\Dropbox\AngularJs-Application) -c-1

  1. Open another terminal and run the json-server (port 300)

json-server -p 300 C:\path-to-the-application\json-server\items.json (For example: C:\Users\juan\Dropbox\AngularJs-Application\json-server\directors.json

  1. Open your browser: http://localhost:8080/app/#/

About

A basic AngularJS Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published