prokuranepal/inventory_app

View on GitHub
ReadMe.md

Summary

Maintainability
Test Coverage
[![Build Status](https://travis-ci.org/prokuranepal/inventory_app.svg?branch=inventory)](https://travis-ci.org/prokuranepal/inventory_app)
<a href="https://codeclimate.com/github/prokuranepal/inventory_app/maintainability"><img src="https://api.codeclimate.com/v1/badges/ad49e8b0db169560dfd9/maintainability" /></a>
<a href="https://codeclimate.com/github/prokuranepal/inventory_app/test_coverage"><img src="https://api.codeclimate.com/v1/badges/ad49e8b0db169560dfd9/test_coverage" /></a>

<a href="https://prokuranepal.github.io/inventory_app/">Vuepress Doc</a>

### Inventory Management System (Mobile App)

Inventory Management System is a cross platform mobile application based on React Native. Its primary function is to store and manage the inventory specifically medicines in the remote health posts of a country. A user can add, update, delete and display the inventory. A user can also add medicines to a cart and order them from the central distribution center. There is also a QR code scanner to quickly scan the incoming package and add it to the inventory. The user can order the items via call or messages or over internet.

For playing with the code, you need to also clone the inventory backend available at [Inventory Backend](https://github.com/prokuranepal/Inventory-backend).

#### To develop in this code base, you need to

* Fork this repository in your own github account
* Clone the repository into your local computer
* In your terminal run    ```git remote add origin https://github.com/user_name/inventory_app```
* Also run    ```git remote add upstream https://github.com/prokuranepal/inventory_app.git```
* To run the app ```npm start```