GithubHelp home page GithubHelp logo

migarol / rims Goto Github PK

View Code? Open in Web Editor NEW

This project forked from damagestudios/rims

0.0 2.0 0.0 12.26 MB

Rails Inventory Management System (RIMS)

License: MIT License

Ruby 40.30% JavaScript 32.09% CoffeeScript 0.36% CSS 11.23% HTML 16.02%

rims's Introduction

Build Status Coverage Status Dependency Status Code Climate

Rails Inventory Management System (RIMS).

RIMS is an Open Source Inventory Management System designed primarily to keep track of electronic parts and components. It will allow you to keep track of your available parts and assist you with re-ordering parts.

Project Status

This project is currently in an early alpha stage. Code quality is improving constantly. However, this project is not ready for production yet.

Installation

bundle install

rake db:create && rake db:migrate && rake db:seed

rails s

This will install all the gem dependencies for you, create a local database, run the database migrations and seed the database with some default items. It will also create an admin and a regular user for you to login as. The credentials for this user are:

Admin User

username: [email protected]
password: changeme

Regular User

username: [email protected]
password: changeme

If you want to run unit tests you can do so by running the following command:

bundle exec rspec spec/

You might receive an error when trying to upload an image to RIMS. If so make sure you have installed imagemagick.

Using Homebrew on OSX it's as easy as: brew install imagemagick

Pagination

Pagination is set at 5 items per page. This can be changed in app/models/item.rb just look for the line that says: self.per_page = 5 and change it to whatever number of items you'd like it to be.

Screenshots

alt text


alt text


alt text

ToDo

Add PG gem for installation into heroku

rims's People

Contributors

fusion94 avatar

Watchers

 avatar  avatar

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.