Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/djpowers/product_allocation

A web application for allocating products into different destination buckets.
https://github.com/djpowers/product_allocation

Last synced: about 1 month ago
JSON representation

A web application for allocating products into different destination buckets.

Awesome Lists containing this project

README

        

# Product Allocation

This Rails application allows for allocating products into different destination buckets.

## Setup

This application relies on Ruby 3.2.2 and a PostgreSQL installation.

Run `bundle install` to install project dependencies.

Run `bundle exec rails db:setup` to create the database and load seed data.

Start the development server with `./bin/dev`.

## Sample Data

Run `bundle exec rails db:seed` to load new/additional sample product data.