https://github.com/datumbrain/go-testing
https://github.com/datumbrain/go-testing
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/datumbrain/go-testing
- Owner: datumbrain
- Created: 2021-10-11T11:45:35.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-11T11:45:37.000Z (over 4 years ago)
- Last Synced: 2025-01-18T00:28:58.826Z (over 1 year ago)
- Language: Go
- 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 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.