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

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.

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