https://github.com/rammyblog/product-subscription
A subscription API implemented in Go and Paystack API.
https://github.com/rammyblog/product-subscription
api chi-router go go-paystack golang paystack subscription
Last synced: about 2 months ago
JSON representation
A subscription API implemented in Go and Paystack API.
- Host: GitHub
- URL: https://github.com/rammyblog/product-subscription
- Owner: rammyblog
- Created: 2024-01-06T17:34:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-16T22:01:35.000Z (over 2 years ago)
- Last Synced: 2025-12-28T08:20:37.339Z (7 months ago)
- Topics: api, chi-router, go, go-paystack, golang, paystack, subscription
- Language: Go
- Homepage:
- Size: 43.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Product Subscription Service
## Overview
This project, `product-subcription`, is a robust and scalable product subscription service implemented in Go. It provides a platform for users to subscribe to a variety of products and manages payments through the Paystack payment gateway.
## Features
- **User Registration and Authentication**: Users can register and authenticate themselves in the system.
- **Product Management**: Admins can create, update, and delete products.
- **Subscription Management**: Users can subscribe to different products.
- **Payment Processing**: Payments for subscriptions are handled securely through Paystack.
## Getting Started
### Prerequisites
- Go 1.16 or later
- A Paystack account for payment processing
### Installation
Clone the repository:
```bash
git clone https://github.com/yourusername/product-subcription.git
```