An open API service indexing awesome lists of open source software.

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

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