Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cbrewster/macgrabber

Simple inventory system
https://github.com/cbrewster/macgrabber

Last synced: about 18 hours ago
JSON representation

Simple inventory system

Awesome Lists containing this project

README

        

# MAC Grabber

## Setup

### Install MongoDB and make sure it is running

### MACGrabberServer

cd MACGrabberServer

npm install
node bin/www

### macgrabber(client)
(This only needs to be running if you are making changes to the client)

This project is generated with [yo angular generator](https://github.com/yeoman/generator-angular)
version 0.11.1.

## Build & development

Run `grunt` for building and `grunt serve` for preview.

Building with grunt will automatically replace the client side served from the server.

## Testing

Running `grunt test` will run the unit tests with karma.