MiguelArgentina / inventory-challlenge-shopify

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project: Inventory tracking web application for a logistics company

Features

  • This app is for having a tracking of all products inventory for a logistics company

  • The app lets you add and manage products, including a picture for each of them. This is known as CRUD (Create, Read, Update, Destroy)

  • You can simulate adding and removing stock

  • Extra feature added: You can export the inventory to a csv file

Screenshots

List page: screenshot of products listing

Signup page: screenshot of a product show page

Built With

  • Ruby 3.0.3
  • Rails 7.0.1

Live Demo

Visit the Inventory tracking web application webapp to test my app

Prerequisites

Getting Started

  • Open your terminal - Windows: Win + R, then type cmd | Mac: Command + space, then type Terminal
  • Navigate to a directory of your choosing using the cd command
  • Run this command in your OS terminal: git clone git@github.com:MiguelArgentina/inventory-challlenge-shopify.git to get a copy of the project.
  • Navigate to the project's directory using the cd command
  • Install gems with: bundle install
  • Setup database with:
   rails db:create
   rails db:migrate
   rails db:seed

Usage

Start server with:

    rails server

Open http://localhost:3000/ in your browser.

Author

Miguel Gomez

Miguel Gomez Profile Picture

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

📝 License

This project is MIT licensed.

About

License:MIT License


Languages

Language:Ruby 68.6%Language:HTML 27.4%Language:JavaScript 2.5%Language:CSS 1.5%