Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 401 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 401 Bytes

Sharedlists

Sharedlists is a simple rails driven database for managing multiple product lists of various suppliers.

This app is used in conjunction with the foodsoft.

Setup

Copy config/database.yml.SAMPLE to config/database.yml and

docker-compose run app bundle
docker-compose run app rake db:setup

Development

docker-compose up