Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Latest commit

 

History

History
22 lines (12 loc) · 350 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 350 Bytes

kozenii

It's a study. App for a treasurer of amateur orchestra club.

Development

Prepare

docker compose build
docker compose run sh bundle install
docker compose run sh rake db:setup

Run server

docker compose up rails

and open http://localhost:3000 .

Cleanup All

docker-compose down --rmi all --volumes