rails-templates icon indicating copy to clipboard operation
rails-templates copied to clipboard

[#348] Add Makefile to build commands

Open tyrro opened this issue 2 years ago • 1 comments

  • Close #348

What happened 👀

A Makefile is added to simplify app setup and runs.

Insight 📝

The following commands can be run through the Makefile:

  • make db/migrate
  • make db/rollback
  • make db/wait-for-postgres
  • make db/seed
  • make env/setup
  • make env/teardown
  • make dev
  • make install_dependencies
  • make test
  • make test/docker

Proof Of Work 📹

Screen Shot 2022-09-09 at 4 04 04 PM

tyrro avatar Sep 09 '22 06:09 tyrro

@tyrro do you have plan to complete this PR? If yes, may you let me know when? :) Thanks!

malparty avatar Oct 04 '22 04:10 malparty

@tyrro do you have plan to complete this PR? If yes, may you let me know when? :) Thanks!

It's a bit late but it's ready for review now, Thanks 😅

tyrro avatar Mar 30 '23 11:03 tyrro