https://github.com/ferror/payments-with-go
Payments API written in GO
https://github.com/ferror/payments-with-go
Last synced: about 1 year ago
JSON representation
Payments API written in GO
- Host: GitHub
- URL: https://github.com/ferror/payments-with-go
- Owner: Ferror
- License: mit
- Created: 2022-08-12T17:30:17.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-12T18:39:02.000Z (almost 4 years ago)
- Last Synced: 2025-03-26T17:15:43.977Z (about 1 year ago)
- Language: Go
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# payments-with-go
Payments API written in GO. Daily I work with PHP and you may know, that it's a interpreted language.
GO on the other hand is compiled language. Just for fun I will try to create a simple payments API to learn how
everything works.
## Usage
Just run `docker compose up -d`, then open `localhost` in your browser