Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`