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

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.

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
```