Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gymitoso/authors-crud
Aplicação CRUD AngularJS
https://github.com/gymitoso/authors-crud
angular angular1 angularjs bower crud gulp
Last synced: 9 days 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-29T14:54:58.000Z (about 7 years ago)
- Last Synced: 2024-11-10T18:51:21.369Z (2 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