Skip to content

satellytes/innovation-day-team-3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Innovation Day Team 3

Project Description

This project is a Stripe integration service for a subscription-based application.

Project Structure

The project is structured as follows:

  • cmd/api: The main application
  • internal/app: The application logic
  • internal/config: The configuration
  • internal/database: The database
  • internal/models: The models
  • internal/services: The services
  • internal/app/handlers: The handlers
  • internal/app/services: The services
  • internal/app/migrations: The migrations
  • internal/app/migrations/000001_create_users_and_subscriptions_table.up.sql: The initial migration
  • internal/app/migrations/000001_create_users_and_subscriptions_table.down.sql: The initial migration
  • internal/app/models: The models
  • internal/app/services: The services

Setup

To run the application, you need to have Go installed on your system.

To run the application, you need to have a PostgreSQL database running.

To run the application, you need to have a Stripe account.

To run the application, you need to have a Stripe API key.

To run the application, you need to have a Stripe Webhook secret.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors