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

https://github.com/datumbrain/go-testing


https://github.com/datumbrain/go-testing

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# Go-Chi Starter

Project Template for Go HTTP Server using Go-Chi with JWT Authentication

## Build

```
./scripts/build.sh
```

Will generate `go-chi-starter` executable

## Run
Use `.env.sample` to create `.env` file.

If you already have one, just run:

```
./scripts/run.sh
```

This will start the `go-chi-starter` server.