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.modfile to match your project's name. - Run
cp .env.example .envto create a new.envfile. - Run
docker-compose upto start the development server.
Happy coding!