This is a straightforward MEAN stack application that allows a user to login and upload their artwork, which will be displayed in a carousel.
- AngularJS
- Angular Bootstrap
- Angular File Upload
- Node
- Express
- Passport (Local Strategy)
- GraphicsMagick
Built from Yeoman and uses grunt for development/testing. Complete with unittest coverage via Karma/Mocha.
$ npm install
$ bower install
$ grunt test
- To run the server -
$ node server.js