temon / OneMarketing

This is a Golang application for managing campaigns, channels, and ads.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OneMarketing

Golang API

This is a Golang application for managing campaigns, channels, and ads.

Features

  • User authentication and authorization
  • Create, read, update, and delete campaigns, channels, and ads
  • View performance metrics for campaigns, channels, and ads
  • Integration with third-party data sources

Installation

  • Clone this repository.

  • Install Golang and PostgreSQL on your local machine.

  • Create a PostgreSQL database for this application.

  • Copy the .env.example file to .env and update the variables to match your environment.

  • Run the following commands to install dependencies and start the application:

         cd cmd/app && go run main.go
    

About

This is a Golang application for managing campaigns, channels, and ads.

License:GNU General Public License v3.0


Languages

Language:Go 50.0%Language:JavaScript 30.7%Language:TypeScript 9.1%Language:HTML 6.6%Language:CSS 3.6%