/OneMarketing

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

Primary LanguageGoGNU General Public License v3.0GPL-3.0

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