ChaelCodes / MeetAnotherDay

An app to help you find and meet up with your friends at conferences.
MIT License
35 stars 20 forks source link

added few helper scripts #112

Closed henrikac closed 10 months ago

henrikac commented 2 years ago

This PR adds a few bash scripts that abstracts away a lot of the long docker compose commands, e.g.:

Now, if you want to reset the database, you'll have to write up to three different docker compose commands

but with the new db script you just have to run ./db reset.

The scripts also checks whether docker compose is available, otherwise docker-compose will be used.

New scripts