https://github.com/asynched/golang-payment-api
A simple payments API using golang.
https://github.com/asynched/golang-payment-api
go jwt sqlite
Last synced: 2 months ago
JSON representation
A simple payments API using golang.
- Host: GitHub
- URL: https://github.com/asynched/golang-payment-api
- Owner: asynched
- Created: 2023-08-27T01:05:19.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-27T05:18:34.000Z (almost 3 years ago)
- Last Synced: 2025-03-12T01:29:45.972Z (over 1 year ago)
- Topics: go, jwt, sqlite
- Language: Go
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# golang-payment-api
A simple payments API using golang.
## Requirements
- Go 1.21
## How to run?
1. Setup your env following the `.env.example` file
2. Run `go run cmd/api.go`, that's it!
## Running requests
The application comes with a insomnia request collection that can be seen in the `insomnia.json` file.
## Technologies
- Golang
- JSON Web Tokens (JWT)
- Fiber
- SQLite