-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
22 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,23 @@ | ||
# Golang Clean Architecture Web App | ||
You can use this template for building your web app with Golang | ||
|
||
You can use this template for building your web app to ensure that our application is easy to maintain, scalable, and robust. | ||
|
||
## Getting Started | ||
|
||
To get started, follow these steps: | ||
|
||
```bash | ||
# 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 | ||
``` | ||
|
||
|