Code Monkey home page Code Monkey logo

artinventory's Introduction

Art Inventory System

Application to manage artworks.

Based on the Node Express Mongoose boilerplate application

Usage

Clone this repository

$ npm install
$ npm start

Development

$ mongod
$ npm start

Notes on where I left off 4/14/14:

Imagemagick

Hadn't been able to work on it in 2 month. In that time I had updated my system to mavericks. When I later came back to work on the app, it was giving cryptic messages when trying to upload images. I finally figured out that imageMagick has stopped working after I had upgraded to mavericks. Previously I had installed imagemagick from source and installed it with homebrew. I removed all installations of imagemagick, also uninstalled libtool. So I uninstalled libtool, imagemagick with homebrew and reinstalled.

brew uninstall libtool
brew uninstall imagemagick jpeg libtiff
brew install libtool
//actually didn't have to do this in the end, but keep it for reference
//brew install imagemagick --with-fontconfig --with-ghostscript --with-libtiff --with-webp
brew install imagemagick

I reinstalled imagemagick with specific modules. Imagemagick is currently working on my local system, resizing images and then pushing them to s3.

To check if imagemagick is working:

convert --version
convert test: test.png
identify test.png
identify -list format

If further issues with imagemagick, try this: http://cactuslab.com/imagemagick/

To-dos

  • Ability to upload multiple images (thumb, snapshots)
  • Implement tags
  • Reimplement users
  • Create series feed
  • Create artwork feed

License

MIT

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.