JeremyWhiteDev / chia

A CRUD application for managing home inventory. Will Use Docker, Go, MySQL, HTMX
MIT License
0 stars 0 forks source link

Add MySQL container #15

Open JeremyWhiteDev opened 5 days ago

JeremyWhiteDev commented 5 days ago

Considerations:

Resources:

JeremyWhiteDev commented 4 days ago

For local dev, just use a hard coded value for the database? The production app will use a secret from the server environment. We could probably just use a .sample.env or something similar to allow developers a quick up time. The goal of using Docker is to have running the app be as simple as "git clone... docker compose up"