Tech stack:
- Go
- Chi router
- Gorm
- MySQL
- HTMX
- TailwindCSS
- Create .prod.env file in the root of the project
- Fill the .prod.env file with needed variables
- Make sure you have Docker & Docker compose installed
- Run
make up
- Create .env file in the root of the project
- Fill the .env file with needed variables
- Make sure you have Docker & Docker compose installed
- Run
make dev
to run the DB in the Docker - Run
make run
to run the application locally
- Install MySQL locally
- Create needed DB, user etc.
- Fill the .env file with needed variables
- Run
make run
to run the application


