Skip to content

arturh85/medienverwaltung

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Medienverwaltung

Software to manage your media.

  • Easily scan the media items with barcodes you have via an Android or Desktop application (planned!)
  • Fetch information about the media via Amazon Product API (more planned!)
  • Use the cloud server or host your own instance
  • Open Source Software under MIT license

State: Proof of concept, early stage.

Using the code

Required Software for development:

Framework:

Setting up development environment:

  • install nodejs
  • install/start mongodb
  • cd to backend directory of angular project
  • copy config.sample.json to config.json and add your Amazon API secrets
  • run 'npm install -d'
  • run 'node backend.js'
  • (optionally) run 'npm install -g supervisor' and use 'supervisor backend.js' to reload changes automatically
  • open http://localhost:3000 in browser

Setting up jasmine tests for backend

  • run 'npm install jasmine-node -g

Credits

Credits to dummy3k for layout and idea

Libraries:

About

Software to manage your media

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.6%
  • Other 0.4%