Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/djpowers/product_allocation
- Owner: djpowers
- Created: 2023-12-13T02:48:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-13T03:13:10.000Z (about 1 year ago)
- Last Synced: 2024-10-16T07:50:01.071Z (3 months ago)
- Language: Ruby
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.