Skip to content

FooNaN/Musicians

Repository files navigation

Musicians

A daily venue booking service

Available commands

In the project directory, you can run:

Development

make start_dev

Runs the app docker in the development mode

Both front-end and back-end will reload if you make edits

make start_dev service_name

Runs specific app service in the development mode

make shut_down_dev

Downs development docker

Production

make start_prod

Runs the app in the production mode

make start_prod service_name

Runs specific service in the production mode

make shut_down_prod

Downs production docker