Skip to content

Commit

Permalink
Add 'Getting Started'
Browse files Browse the repository at this point in the history
  • Loading branch information
vl-pavlov committed Dec 10, 2023
1 parent 2ebc4ad commit 3f4020e
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion README.md
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
```


0 comments on commit 3f4020e

Please sign in to comment.