Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 787 Bytes

readme.md

File metadata and controls

36 lines (29 loc) · 787 Bytes

Art portfolio

This is a straightforward MEAN stack application that allows a user to login and upload their artwork, which will be displayed in a carousel.

Demo forthcoming

Client side

  1. AngularJS
  2. Angular Bootstrap
  3. Angular File Upload

Server side

  1. Node
  2. Express
  3. Passport (Local Strategy)
  4. GraphicsMagick

Database

MongoDB/Mongoose

Built from Yeoman and uses grunt for development/testing. Complete with unittest coverage via Karma/Mocha.

Installation

  1. $ npm install
  2. $ bower install
  3. $ grunt test
  4. To run the server -
    $ node server.js