https://github.com/jd-apprentice/go-chi-example
Go application with Chi
https://github.com/jd-apprentice/go-chi-example
golang
Last synced: 11 months ago
JSON representation
Go application with Chi
- Host: GitHub
- URL: https://github.com/jd-apprentice/go-chi-example
- Owner: jd-apprentice
- Created: 2023-08-30T15:26:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-30T15:57:18.000Z (over 2 years ago)
- Last Synced: 2025-02-02T12:15:03.972Z (about 1 year ago)
- Topics: golang
- Language: Go
- Homepage: https://go-chi-hello-world.onrender.com/
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-chi-example
1. Build docker file
2. Build docker compose
3. Get neccesary files from golang (sum and mod)
```
go mod init
go get
go mod tidy
go mod download
```
4. Go to render
5. Deploy a webservice from a public repository
6. Specify if you have the dockerfiles etc in other foldes, if not just leave everything default