Categorygithub.com/vl-pavlov/go-clean-web-app
module
0.0.0-20240212162903-4ad51574fa85
Repository: https://github.com/vl-pavlov/go-clean-web-app.git
Documentation: pkg.go.dev

# README

Golang Clean Architecture Web App

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

Getting Started

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

Project Structure

/cmd

Main applications for this project.

/pkg

Library code that's ok to use by external applications.

/internal

Private application and library code.

/api

API protocol definition files.

License

Distributed under the MIT License. See LICENSE for more information.

# Packages

No description provided by the author