angular-restmod
Rails inspired REST-API ORM for Angular
File Explorer
Download Latest Version (.zip)- debounced.js
- debounced.min.js
- dirty.js
- dirty.min.js
- find-many.js
- find-many.min.js
- nested-dirty.js
- nested-dirty.min.js
- paged.js
- paged.min.js
- preload.js
- preload.min.js
- ams.js
- ams.min.js
- .gitkeep
- angular-restmod-bundle.js
- angular-restmod-bundle.min.js
- angular-restmod.js
- angular-restmod.min.js
- building.md
- hooks.md
- integration.md
- promises.md
- styles.md
- index.md
- collection-api.js
- common-api.js
- extended-api.js
- list-api.js
- record-api.js
- scope-api.js
- builder-computed.js
- builder-ext.js
- builder-relations.js
- default-packer.js
- builder.js
- factory.js
- fastq.js
- packer-cache.js
- serializer.js
- utils.js
- debounced.js
- dirty.js
- find-many.js
- nested-dirty.js
- paged.js
- preload.js
- shared.js
- ams.js
- .jshintrc
- module.js
- debounced-spec.js
- dirty-spec.js
- find-many-spec.js
- nested-dirty-spec.js
- paged-spec.js
- preload-spec.js
- shared-spec.js
- ams-spec.js
- .jshintrc
- builder-spec.js
- collection-api-spec.js
- common-api-spec.js
- computed-spec.js
- config-spec.js
- default-packer-spec.js
- extended-api-spec.js
- list-api-spec.js
- model-spec.js
- packer-cache-spec.js
- readme-spec.js
- relation-spec.js
- requirejs-main.js
- scope-api-spec.js
- serializer-spec.js
- service-spec.js
- utils-spec.js
- .gitignore
- .travis.yml
- authors.md
- bower.json
- CHANGELOG.md
- CONTRIBUTE.md
- Gruntfile.js
- jsdoc.json
- karma-sauce.conf.js
- karma.conf.js
- LICENSE.md
- package.json
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/platanus/angular-restmod
Downloads the entire project code from GitHub to your computer.
cd angular-restmod
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install angular-restmod -d
Downloads and installs the libraries listed in package.json.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
