You can use this template for building your web app to ensure that our application is easy to maintain, scalable, and robust.
We also recommend exploring the basic layout for Go application projects
To get started, follow these steps:
# Clone the repository
git clone https://github.com/vl-pavlov/go-clean-web-app.git
# Navigate to the project directory
cd go-clean-web-app
# Build the project
go build
# Run the web server
./go-clean-web-app
Main applications for this project.
Library code that's ok to use by external applications.
Private application and library code.
API protocol definition files.
Distributed under the MIT License. See LICENSE for more information.