https://github.com/gymitoso/authors-crud
Aplicação CRUD AngularJS
https://github.com/gymitoso/authors-crud
angular angular1 angularjs bower crud gulp
Last synced: 5 months ago
JSON representation
Aplicação CRUD AngularJS
- Host: GitHub
- URL: https://github.com/gymitoso/authors-crud
- Owner: gymitoso
- Created: 2017-11-29T05:04:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-29T14:54:58.000Z (over 8 years ago)
- Last Synced: 2025-08-21T18:40:30.226Z (10 months ago)
- Topics: angular, angular1, angularjs, bower, crud, gulp
- Language: JavaScript
- Homepage: https://authors-crud.herokuapp.com/
- Size: 118 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#authors-crud
Aplicação AngularJS desenvolvida com o intuito de consumir determinada API, gerando um crud a partir da mesma.
## Requerimentos
- Npm https://www.npmjs.com/
- Bower https://bower.io/
- Gulp https://gulpjs.com/
## Como rodar
No terminal da aplicação digite:
1. ```npm install```
2. ```bower install```
3. ```gulp```
4. ```npm start```
5. A aplicação estará em http://localhost:8000