Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cbrewster/macgrabber
Simple inventory system
https://github.com/cbrewster/macgrabber
Last synced: about 18 hours ago
JSON representation
Simple inventory system
- Host: GitHub
- URL: https://github.com/cbrewster/macgrabber
- Owner: cbrewster
- Created: 2015-05-21T15:14:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-02T17:37:53.000Z (over 9 years ago)
- Last Synced: 2024-04-20T00:44:29.235Z (7 months ago)
- Language: ApacheConf
- Size: 328 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.