This template project utilizes Air for live-reloading during development.
To use this template, you need to have Docker installed on your machine.
To get started with this template, follow these steps:
- Use this template to create a new repository.
- Clone the repository to your machine.
- Change the
go.mod
file to match your project's name. - Run
cp .env.example .env
to create a new.env
file. - Run
docker-compose up
to start the development server.
Happy coding!