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.
rails "7.0.3"
ruby "2.7.4"
gem "faker"
Open your terminal and navigate to the folder where you want to download the project. Run this command 👇
git clone git@github.com:emmvs/inventrack.git
and
bundle install
and you should be fine ✨