Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 652 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 652 Bytes

README INVENTRACK 🏠🐝✨

Description

Simple Rails Application to build an inventory tracking web application for a logistics company. You can not only create new warehouses or items but also have the ability to create warehouses and assign the items to specific warehouses.

Created with:

rails "7.0.3"

ruby "2.7.4"

gem "faker"

Instructions to install the codebase locally on your machine

Download the project

Open your terminal and navigate to the folder where you want to download the project. Run this command 👇

git clone [email protected]:emmvs/inventrack.git

and

bundle install

and you should be fine ✨