Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heldrida/movieapptechtest
Single Page Application to create Movies
https://github.com/heldrida/movieapptechtest
Last synced: about 1 month ago
JSON representation
Single Page Application to create Movies
- Host: GitHub
- URL: https://github.com/heldrida/movieapptechtest
- Owner: heldrida
- Created: 2016-07-20T20:47:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-21T01:49:55.000Z (over 8 years ago)
- Last Synced: 2024-12-30T10:19:05.495Z (about 2 months ago)
- Language: JavaScript
- Size: 454 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Movie App Tech Test
Single Page Application to create Movies (requirements: title*, category*, subcategory, cast*1min, each actor has a name*, salary*); New actors can be added or removed by using the buttons +/-;
Stack:
---
* Angularjs with UI-Router
* Gulp and Webpack as a build system.
* BrowserSync for development.
* Jasmine Unit tester over Karma.Dependencies:
---```
Local dependencies installation:* npm install
* bower install
```Workflow:
---* Start the development server: `gulp serve`